|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Period | |
|---|---|
| net.dontdrinkandroot.lastfm.api.model | |
| Uses of Period in net.dontdrinkandroot.lastfm.api.model |
|---|
| Methods in net.dontdrinkandroot.lastfm.api.model that return Period | |
|---|---|
static Period |
Period.fromString(java.lang.String s)
|
static Period |
Period.valueOf(java.lang.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. |
| Methods in net.dontdrinkandroot.lastfm.api.model with parameters of type Period | |
|---|---|
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Album>>> |
User.getTopAlbums(java.lang.String user,
Period period,
java.lang.Integer limit,
java.lang.Integer page)
Get the top albums listened to by a user. |
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Artist>>> |
User.getTopArtists(java.lang.String user,
Period period,
java.lang.Integer limit,
java.lang.Integer page)
Get the top artists listened to by a user. |
static UnauthenticatedGetQuery<PaginatedResult<java.util.List<Track>>> |
User.getTopTracks(java.lang.String user,
Period period,
java.lang.Integer limit,
java.lang.Integer page)
Get the top tracks listened to by a user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||