Package de.sonallux.spotify.api.models
Class Artist
- java.lang.Object
-
- de.sonallux.spotify.api.models.BaseObject
-
- de.sonallux.spotify.api.models.Artist
-
public class Artist extends BaseObject
-
-
Field Summary
Fields Modifier and Type Field Description ExternalUrlexternalUrlsKnown external URLs for this artist.FollowersfollowersInformation about the followers of the artist.List<String>genresA list of the genres the artist is associated with.List<Image>imagesImages of the artist in various sizes, widest first.StringnameThe name of the artist.intpopularityThe popularity of the artist.-
Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri
-
-
Constructor Summary
Constructors Constructor Description Artist()
-
-
-
Field Detail
-
externalUrls
public ExternalUrl externalUrls
Known external URLs for this artist.
-
followers
public Followers followers
Information about the followers of the artist.
-
genres
public List<String> genres
A list of the genres the artist is associated with. If not yet classified, the array is empty.
-
name
public String name
The name of the artist.
-
popularity
public int popularity
The 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.
-
-