| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model |
| Modifier and Type | Method and Description |
|---|---|
static Period |
Period.fromString(String s) |
static Period |
Period.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Period[] |
Period.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static UnauthenticatedGetQuery<PaginatedResult<List<Album>>> |
User.getTopAlbums(String user,
Period period,
Integer limit,
Integer page)
Get the top albums listened to by a user.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Artist>>> |
User.getTopArtists(String user,
Period period,
Integer limit,
Integer page)
Get the top artists listened to by a user.
|
static UnauthenticatedGetQuery<PaginatedResult<List<Track>>> |
User.getTopTracks(String user,
Period period,
Integer limit,
Integer page)
Get the top tracks listened to by a user.
|
Copyright © 2012. All Rights Reserved.