Uses of Class
com.wrapper.spotify.model_objects.special.FeaturedPlaylists.Builder
-
Packages that use FeaturedPlaylists.Builder Package Description com.wrapper.spotify.model_objects.special -
-
Uses of FeaturedPlaylists.Builder in com.wrapper.spotify.model_objects.special
Methods in com.wrapper.spotify.model_objects.special that return FeaturedPlaylists.Builder Modifier and Type Method Description FeaturedPlaylists.BuilderFeaturedPlaylists. builder()FeaturedPlaylists.BuilderFeaturedPlaylists.Builder. setMessage(String message)Set the message, which normally would be displayed on the front page of the "browse" tab.FeaturedPlaylists.BuilderFeaturedPlaylists.Builder. setPlaylists(Paging<PlaylistSimplified> playlists)Set a page of playlists contained in the featured playlists object to be built.
-