Package de.sonallux.spotify.api.models
Class SimplifiedArtist
- java.lang.Object
-
- de.sonallux.spotify.api.models.BaseObject
-
- de.sonallux.spotify.api.models.SimplifiedArtist
-
public class SimplifiedArtist extends BaseObject
-
-
Field Summary
Fields Modifier and Type Field Description ExternalUrlexternalUrlsKnown external URLs for this artist.StringnameThe name of the artist.-
Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri
-
-
Constructor Summary
Constructors Constructor Description SimplifiedArtist()
-
-
-
Field Detail
-
externalUrls
public ExternalUrl externalUrls
Known external URLs for this artist.
-
name
public String name
The name of the artist.
-
-