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