| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.model | |
| net.dontdrinkandroot.lastfm.api.queries | |
| net.dontdrinkandroot.lastfm.api.ws |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.