IModelObjectpublic class Playlist extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Playlist.Builder |
Builder class for building
Playlist instances. |
static class |
Playlist.JsonUtil |
JsonUtil class for building
Playlist instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
Playlist.Builder |
builder() |
Create a builder for building an instance of a model object.
|
String |
getDescription() |
Get the description of the playlist.
|
ExternalUrl |
getExternalUrls() |
Get the external URLs of the playlist.
|
Followers |
getFollowers() |
Get information about the followers of the playlist.
|
String |
getHref() |
Get the full Spotify API endpoint url of the playlist.
|
String |
getId() |
Get the Spotify ID
of a playlist.
|
Image[] |
getImages() |
Images for the playlist.
|
Boolean |
getIsCollaborative() |
Check whether the playlist is collaborative or not.
|
Boolean |
getIsPublicAccess() |
Check whether a playlist is available in public or is private.
|
String |
getName() |
Get the name of a playlist.
|
User |
getOwner() |
Get the owners user object of a playlist.
|
String |
getSnapshotId() |
Get the snapshot ID, the version identifier for the current playlist.
|
Paging<PlaylistTrack> |
getTracks() |
Get information about the tracks of the playlist.
|
ModelObjectType |
getType() |
Get the model object type.
|
String |
getUri() |
Get the Spotify URI
of a playlist.
|
public Boolean getIsCollaborative()
true if the owner allows other users to modify the playlist, false if not.public String getDescription()
null.public ExternalUrl getExternalUrls()
public Followers getFollowers()
public String getHref()
public String getId()
public Image[] getImages()
public String getName()
public User getOwner()
public Boolean getIsPublicAccess()
true the playlist is public, false the playlist is private, null
the playlist status is not relevant.public String getSnapshotId()
RemoveTracksFromPlaylistRequestpublic Paging<PlaylistTrack> getTracks()
public ModelObjectType getType()
public String getUri()
public Playlist.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.