IModelObjectpublic class ArtistSimplified extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ArtistSimplified.Builder |
Builder class for building
ArtistSimplified instances. |
static class |
ArtistSimplified.JsonUtil |
JsonUtil class for building
ArtistSimplified instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
ArtistSimplified.Builder |
builder() |
Create a builder for building an instance of a model object.
|
ExternalUrl |
getExternalUrls() |
Get the external URLs of the artist.
|
String |
getHref() |
Get the full Spotify Web API endpoint URL of the artist.
|
String |
getId() |
Get the Spotify ID of the artist.
|
String |
getName() |
Get the name of the artist.
|
ModelObjectType |
getType() |
Get the model object type.
|
String |
getUri() |
Get the Spotify URI of the artist.
|
public ExternalUrl getExternalUrls()
ExternalUrl object.public String getHref()
public String getId()
public String getName()
public ModelObjectType getType()
ModelObjectType.public String getUri()
public ArtistSimplified.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.