Package de.sonallux.spotify.api.models
Class Album
java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.AlbumBase
de.sonallux.spotify.api.models.Album
AlbumObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe artists of the album.The copyright statements of the album.Known external IDs for the album.A list of the genres used to classify the album.The label for the album.intThe popularity of the album, with 100 being the most popular.The tracks 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
-
artists
The artists of the album. Each artist object includes a link in
hrefto more detailed information about the artist. -
copyrights
The copyright statements of the album.
-
externalIds
Known external IDs for the album.
-
genres
A list of the genres used to classify the album. (If not yet classified, the array is empty.)
-
label
The label for the album.
-
popularity
public int popularityThe popularity of the album, with 100 being the most popular. The popularity is calculated from the popularity of the album's individual tracks.
-
tracks
The tracks of the album.
-
-
Constructor Details
-
Album
public Album()
-