Package de.sonallux.spotify.api.models
Class Artist
java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.Artist
ArtistObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionKnown external URLs for this artist.Information about the followers of the artist.A list of the genres the artist is associated with.Images of the artist in various sizes, widest first.The name of the artist.intThe popularity of the artist.Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
externalUrls
Known external URLs for this artist.
-
followers
Information about the followers of the artist.
-
genres
A list of the genres the artist is associated with. If not yet classified, the array is empty.
-
images
Images of the artist in various sizes, widest first.
-
name
The name of the artist.
-
popularity
public int popularityThe popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist's popularity is calculated from the popularity of all the artist's tracks.
-
-
Constructor Details
-
Artist
public Artist()
-