| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.queries |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.