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 the album is associated with.The label associated with the album.intThe popularity of the album.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 the album is associated with. If not yet classified, the array is empty.
-
label
The label associated with the album.
-
popularity
public int popularityThe popularity of the album. The value will be between 0 and 100, with 100 being the most popular.
-
tracks
The tracks of the album.
-
-
Constructor Details
-
Album
public Album()
-