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

Packages that use Session
net.dontdrinkandroot.lastfm.api.model   
 

Uses of Session in net.dontdrinkandroot.lastfm.api.model
 

Methods in net.dontdrinkandroot.lastfm.api.model that return types with arguments of type Session
static AuthenticatedGetQuery<Session> Auth.getMobileSession(java.lang.String username, java.lang.String authToken)
          Create a web service session for a user.
static AuthenticatedGetQuery<Session> Auth.getSession(java.lang.String token)
          Fetch a session key for a user.
 

Methods in net.dontdrinkandroot.lastfm.api.model with parameters of type Session
static AuthenticatedGetQuery<User> User.getInfo(Session session)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.