Package de.sonallux.spotify.api.models
Class SimplifiedAlbum
java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.AlbumBase
de.sonallux.spotify.api.models.SimplifiedAlbum
SimplifiedAlbumObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe field is present when getting an artist's albums.The artists of the album.Fields inherited from class de.sonallux.spotify.api.models.AlbumBase
albumType, availableMarkets, externalUrls, images, name, releaseDate, releaseDatePrecision, restrictions, totalTracksFields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
albumGroup
The field is present when getting an artist's albums. Compare to album_type this field represents relationship between the artist and the album.
-
artists
The artists of the album. Each artist object includes a link in
hrefto more detailed information about the artist.
-
-
Constructor Details
-
SimplifiedAlbum
public SimplifiedAlbum()
-