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