Uses of Class
se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified.Builder
-
Uses of PlaylistSimplified.Builder in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionPlaylistSimplified.builder()
PlaylistSimplified.Builder.setCollaborative
(Boolean collaborative) Set whether the playlist to be built is collaborative or not.PlaylistSimplified.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs 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.PlaylistSimplified.Builder.setPublicAccess
(Boolean publicAccess) Set whether the playlist to be built is available in public or not.PlaylistSimplified.Builder.setSnapshotId
(String snapshotId) Set the version identifier for the playlist to be built.PlaylistSimplified.Builder.setTracks
(PlaylistTracksInformation tracks) Set some track information of the playlist to be built.PlaylistSimplified.Builder.setType
(ModelObjectType type) Set the type of the model object.Set the Spotify URI of the playlist to be built.