IModelObjectpublic class PlaylistTracksInformation extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlaylistTracksInformation.Builder |
Builder class for building
PlaylistTracksInformation instances. |
static class |
PlaylistTracksInformation.JsonUtil |
JsonUtil class for building
PlaylistTracksInformation instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
PlaylistTracksInformation.Builder |
builder() |
Create a builder for building an instance of a model object.
|
String |
getHref() |
Get the Spotify Web API endpoint URL of the playlist tracks object.
|
Integer |
getTotal() |
Get the total amount of tracks in the playlist.
|
public String getHref()
public Integer getTotal()
public PlaylistTracksInformation.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.