IModelObject, ISearchModelObjectpublic class PlaylistSimplified extends AbstractModelObject implements ISearchModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlaylistSimplified.Builder |
Builder class for building
PlaylistSimplified instances. |
static class |
PlaylistSimplified.JsonUtil |
JsonUtil class for building
PlaylistSimplified instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
PlaylistSimplified.Builder |
builder() |
Create a builder for building an instance of a model object.
|
ExternalUrl |
getExternalUrls() |
Get the external URLs 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.
|
PlaylistTracksInformation |
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 ExternalUrl getExternalUrls()
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 PlaylistTracksInformation getTracks()
public ModelObjectType getType()
public String getUri()
public PlaylistSimplified.Builder builder()
IModelObjectbuilder in interface IModelObjectCopyright © 2019. All rights reserved.