Uses of Package
net.dontdrinkandroot.lastfm.api.queries

Packages that use net.dontdrinkandroot.lastfm.api.queries
net.dontdrinkandroot.lastfm.api.model   
net.dontdrinkandroot.lastfm.api.queries   
net.dontdrinkandroot.lastfm.api.ws   
 

Classes in net.dontdrinkandroot.lastfm.api.queries used by net.dontdrinkandroot.lastfm.api.model
AuthenticatedGetQuery
          Denotes a query that is fetched as a GET request and needs authentication.
PostQuery
          Denotes a Query that is fetched as POST and needs authentication.
UnauthenticatedGetQuery
          Denotes a query that is fetched as a GET request and does not need authentication.
 

Classes in net.dontdrinkandroot.lastfm.api.queries used by net.dontdrinkandroot.lastfm.api.queries
AbstractPostQuery
           
AbstractQuery
          Implementation of the common methods of a Query.
AuthenticatedGetQuery
          Denotes a query that is fetched as a GET request and needs authentication.
AuthenticatedQuery
          Denotes a query that needs authentication.
GetQuery
          Denotes a Query that is fetched as GET.
PostQuery
          Denotes a Query that is fetched as POST and needs authentication.
Query
          Superinterface that has to be implemented by all queries.
UnauthenticatedGetQuery
          Denotes a query that is fetched as a GET request and does not need authentication.
UnauthenticatedQuery
          Denotes a query that does not need authentication.
 

Classes in net.dontdrinkandroot.lastfm.api.queries used by net.dontdrinkandroot.lastfm.api.ws
AuthenticatedGetQuery
          Denotes a query that is fetched as a GET request and needs authentication.
PostQuery
          Denotes a Query that is fetched as POST and needs authentication.
UnauthenticatedGetQuery
          Denotes a query that is fetched as a GET request and does not need authentication.
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.