public class Artists extends Model
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<? extends Artist> |
artists |
| Constructor and Description |
|---|
Artists() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends Artist> |
getArtists()
Gets artists.
|
static java.lang.String |
getPath(java.lang.String playlistToken)
Use this method to get the unique path of the artist.
|
getProp, notifyObservers, setPropprotected java.util.List<? extends Artist> artists
public static java.lang.String getPath(java.lang.String playlistToken)
playlistToken - the token of the playlist to query for the artist.public java.util.List<? extends Artist> getArtists()