net.dontdrinkandroot.lastfm.api.queries
Interface UnauthenticatedGetQuery<T extends java.io.Serializable>

Type Parameters:
T - The return type of the query.
All Superinterfaces:
GetQuery<T>, Query<T>, UnauthenticatedQuery<T>
All Known Implementing Classes:
AbstractUnauthenticatedGetQuery

public interface UnauthenticatedGetQuery<T extends java.io.Serializable>
extends UnauthenticatedQuery<T>, GetQuery<T>

Denotes a query that is fetched as a GET request and does not need authentication.

Author:
Philip W. Sorst

Method Summary
 
Methods inherited from interface net.dontdrinkandroot.lastfm.api.queries.Query
addParameter, getMethod, getParameters, parse
 



Copyright © 2012. All Rights Reserved.