Uses of Class
se.michaelthelin.spotify.model_objects.special.FeaturedPlaylists.Builder
-
Packages that use FeaturedPlaylists.Builder Package Description se.michaelthelin.spotify.model_objects.special -
-
Uses of FeaturedPlaylists.Builder in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.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.
-