public class Artist extends MusicItem
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
country
The artist’s country of origin (when available).
|
java.util.List<Genre> |
genres
The artist’s genres.
|
Location |
location
Gets the artist’s approximate origin geo-coordinates (when available).
|
id, name, thumb100Uri, thumb200Uri, thumb320Uri, thumb50Uri| Constructor and Description |
|---|
Artist() |
| Modifier and Type | Method and Description |
|---|---|
void |
playMix()
Launches MixRadio to start a mix for the artist.
|
void |
show()
Launches MixRadio to show details for the artist.
|