Uses of Interface
net.dontdrinkandroot.lastfm.api.queries.Query

Packages that use Query
net.dontdrinkandroot.lastfm.api.queries   
 

Uses of Query in net.dontdrinkandroot.lastfm.api.queries
 

Subinterfaces of Query in net.dontdrinkandroot.lastfm.api.queries
 interface AuthenticatedGetQuery<T extends Serializable>
          Denotes a query that is fetched as a GET request and needs authentication.
 interface AuthenticatedQuery<T extends Serializable>
          Denotes a query that needs authentication.
 interface GetQuery<T extends Serializable>
          Denotes a Query that is fetched as GET.
 interface PostQuery<T extends Serializable>
          Denotes a Query that is fetched as POST and needs authentication.
 interface UnauthenticatedGetQuery<T extends Serializable>
          Denotes a query that is fetched as a GET request and does not need authentication.
 interface UnauthenticatedQuery<T extends Serializable>
          Denotes a query that does not need authentication.
 

Classes in net.dontdrinkandroot.lastfm.api.queries that implement Query
 class AbstractAuthenticatedGetQuery<T extends Serializable>
           
 class AbstractPostQuery<T extends Serializable>
           
 class AbstractQuery<T extends Serializable>
          Implementation of the common methods of a Query.
 class AbstractUnauthenticatedGetQuery<T extends Serializable>
           
 class NoResponseAuthenticatedGetQuery
           
 class NoResponsePostQuery
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.