Package de.sonallux.spotify.api.models
Class AlbumBase
java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.AlbumBase
- Direct Known Subclasses:
Album,SimplifiedAlbum
AlbumBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe type of the album.The markets in which the album is available: ISO 3166-1 alpha-2 country codes.Known external URLs for this album.The cover art for the album in various sizes, widest first.The name of the album.The date the album was first released.The precision with whichrelease_datevalue is known.Included in the response when a content restriction is applied.intThe number of tracks in the album.Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
albumType
The type of the album.
-
availableMarkets
The markets in which the album is available: ISO 3166-1 alpha-2 country codes. NOTE: an album is considered available in a market when at least 1 of its tracks is available in that market.
-
externalUrls
Known external URLs for this album.
-
images
The cover art for the album in various sizes, widest first.
-
name
The name of the album. In case of an album takedown, the value may be an empty string.
-
releaseDate
The date the album was first released.
-
releaseDatePrecision
The precision with which
release_datevalue is known. -
restrictions
Included in the response when a content restriction is applied.
-
totalTracks
public int totalTracksThe number of tracks in the album.
-
-
Constructor Details
-
AlbumBase
public AlbumBase()
-