IModelObject, IArtistTrackModelObject, ISearchModelObjectpublic class Artist extends AbstractModelObject implements IArtistTrackModelObject, ISearchModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Artist.Builder |
Builder class for building
Artist instances. |
static class |
Artist.JsonUtil |
JsonUtil class for building
Artist instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
Artist.Builder |
builder() |
Create a builder for building an instance of a model object.
|
ExternalUrl |
getExternalUrls() |
Get the external URLs of the artist.
|
Followers |
getFollowers() |
Get information about the followers of the artist.
|
String[] |
getGenres() |
Get a list of all genres 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.
|
Image[] |
getImages() |
Get all images of the artist (like header image) in different sizes.
|
String |
getName() |
Get the name of the artist.
|
Integer |
getPopularity() |
Get the popularity of the artist in a range between 0 and 100.
|
ModelObjectType |
getType() |
Get the model object type.
|
String |
getUri() |
Get the Spotify URI of the artist.
|
public ExternalUrl getExternalUrls()
ExternalUrl object.public Followers getFollowers()
Followers object.public String[] getGenres()
public String getHref()
public String getId()
public Image[] getImages()
Image objects.public String getName()
public Integer getPopularity()
public ModelObjectType getType()
ModelObjectType.public String getUri()
public Artist.Builder builder()
IModelObjectbuilder in interface IModelObjectCopyright © 2019. All rights reserved.