Playlist.Builder |
Playlist.builder() |
|
Playlist.Builder |
Playlist.Builder.setCollaborative(Boolean collaborative) |
Set whether the playlist to be built is collaborative or not.
|
Playlist.Builder |
Playlist.Builder.setDescription(String description) |
Set the description of the playlist to be built.
|
Playlist.Builder |
Playlist.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set the external URLs of the playlist to be built.
|
Playlist.Builder |
Playlist.Builder.setFollowers(Followers followers) |
Set information about the followers of the playlist to be built.
|
Playlist.Builder |
Playlist.Builder.setHref(String href) |
Set the link to the Spotify Web API endpoint providing full details of the playlist.
|
Playlist.Builder |
Playlist.Builder.setId(String id) |
Set the Spotify ID for the playlist to be built.
|
Playlist.Builder |
Playlist.Builder.setImages(Image... images) |
Set the cover image of the playlist to be built.
|
Playlist.Builder |
Playlist.Builder.setName(String name) |
Set the name of the playlist to be built.
|
Playlist.Builder |
Playlist.Builder.setOwner(User owner) |
Set the owner of the playlist to be built.
|
Playlist.Builder |
Playlist.Builder.setPublicAccess(Boolean publicAccess) |
Set whether the playlist to be built is available in public or not.
|
Playlist.Builder |
Playlist.Builder.setSnapshotId(String snapshotId) |
Set the version identifier for the playlist to be built.
|
Playlist.Builder |
Playlist.Builder.setTracks(Paging<PlaylistTrack> tracks) |
Set the tracks of the playlist to be built.
|
Playlist.Builder |
Playlist.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
Playlist.Builder |
Playlist.Builder.setUri(String uri) |
|