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