Class SimplifiedAlbum
- java.lang.Object
-
- de.sonallux.spotify.api.models.BaseObject
-
- de.sonallux.spotify.api.models.SimplifiedAlbum
-
public class SimplifiedAlbum extends BaseObject
-
-
Field Summary
Fields Modifier and Type Field Description StringalbumGroupThe field is present when getting an artist's albums.StringalbumTypeThe type of the album.List<SimplifiedArtist>artistsThe artists of the album.List<String>availableMarketsThe markets in which the album is available: ISO 3166-1 alpha-2 country codes.ExternalUrlexternalUrlsKnown external URLs for this album.List<Image>imagesThe cover art for the album in various sizes, widest first.StringnameThe name of the album.StringreleaseDateThe date the album was first released.StringreleaseDatePrecisionThe precision with whichrelease_datevalue is known.AlbumRestrictionrestrictionsIncluded in the response when a content restriction is applied.inttotalTracksThe number of tracks in the album.-
Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri
-
-
Constructor Summary
Constructors Constructor Description SimplifiedAlbum()
-
-
-
Field Detail
-
albumGroup
public String 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.
-
albumType
public String albumType
The type of the album.
-
artists
public List<SimplifiedArtist> artists
The artists of the album. Each artist object includes a link in
hrefto more detailed information about the artist.
-
availableMarkets
public List<String> availableMarkets
The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note that an album is considered available in a market when at least 1 of its tracks is available in that market.
-
externalUrls
public ExternalUrl externalUrls
Known external URLs for this album.
-
name
public String name
The name of the album. In case of an album takedown, the value may be an empty string.
-
releaseDate
public String releaseDate
The date the album was first released.
-
releaseDatePrecision
public String releaseDatePrecision
The precision with which
release_datevalue is known.
-
restrictions
public AlbumRestriction restrictions
Included in the response when a content restriction is applied.
-
totalTracks
public int totalTracks
The number of tracks in the album.
-
-