Uses of Class
net.dontdrinkandroot.lastfm.api.model.Period

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.
 



Copyright © 2012. All Rights Reserved.