Uses of Class
se.michaelthelin.spotify.model_objects.specification.Playlist.Builder
-
Uses of Playlist.Builder in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionPlaylist.builder()
Playlist.Builder.setCollaborative
(Boolean collaborative) Set whether the playlist to be built is collaborative or not.Playlist.Builder.setDescription
(String description) Set the description of the playlist to be built.Playlist.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs of the playlist to be built.Playlist.Builder.setFollowers
(Followers followers) Set information about the followers of the playlist to be built.Set the link to the Spotify Web API endpoint providing full details of the playlist.Set the Spotify ID for the playlist to be built.Set the cover image of the playlist to be built.Set the name of the playlist to be built.Set the owner of the playlist to be built.Playlist.Builder.setPublicAccess
(Boolean publicAccess) Set whether the playlist to be built is available in public or not.Playlist.Builder.setSnapshotId
(String snapshotId) Set the version identifier for the playlist to be built.Playlist.Builder.setTracks
(Paging<PlaylistTrack> tracks) Set the tracks of the playlist to be built.Playlist.Builder.setType
(ModelObjectType type) Set the type of the model object.Set the Spotify URI of the playlist to be built.