IModelObject, ISearchModelObjectpublic class AlbumSimplified extends AbstractModelObject implements ISearchModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AlbumSimplified.Builder |
Builder class for building
AlbumSimplified instances. |
static class |
AlbumSimplified.JsonUtil |
JsonUtil class for building
AlbumSimplified instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
AlbumSimplified.Builder |
builder() |
Create a builder for building an instance of a model object.
|
AlbumType |
getAlbumType() |
Get the type of the album.
|
ArtistSimplified[] |
getArtists() |
Get the artists of the album.
|
com.neovisionaries.i18n.CountryCode[] |
getAvailableMarkets() |
Get the country codes of all countries, in which the album is available.
|
ExternalUrl |
getExternalUrls() |
Get the external URLs of the album.
|
String |
getHref() |
Get the full Spotify Web API endpoint URL of the album.
|
String |
getId() |
Get the Spotify ID of the album.
|
Image[] |
getImages() |
Get the album cover art of the album in different sizes.
|
String |
getName() |
Get the name of the album.
|
ModelObjectType |
getType() |
Get the model object type.
|
String |
getUri() |
Get the Spotify URI of the album.
|
public ArtistSimplified[] getArtists()
ArtistSimplified objects.public com.neovisionaries.i18n.CountryCode[] getAvailableMarkets()
public ExternalUrl getExternalUrls()
ExternalUrl object.public String getHref()
public String getId()
public Image[] getImages()
Image objects.public String getName()
public ModelObjectType getType()
ModelObjectType.public String getUri()
public AlbumSimplified.Builder builder()
IModelObjectbuilder in interface IModelObjectCopyright © 2019. All rights reserved.