IModelObjectpublic class TrackLink extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TrackLink.Builder |
Builder class for building
TrackLink instances. |
static class |
TrackLink.JsonUtil |
JsonUtil class for building
TrackLink instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
TrackLink.Builder |
builder() |
Create a builder for building an instance of a model object.
|
ExternalUrl |
getExternalUrls() |
Get the external URLs of the track.
Example: Spotify-URL. |
String |
getHref() |
Get the Spotify Web API endpoint URL of the track.
|
String |
getId() |
Get the Spotify ID of the
track.
|
ModelObjectType |
getType() |
Get the model object type, which should be a "track" in this case.
|
String |
getUri() |
Get the Spotify URI of the
track.
|
public ExternalUrl getExternalUrls()
public String getHref()
public String getId()
public ModelObjectType getType()
public String getUri()
public TrackLink.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.