public class FavouriteQuery extends Query<Favourite>
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_URL |
DEFAULT_TIMEOUT_MILLISECONDS| Constructor and Description |
|---|
FavouriteQuery() |
| Modifier and Type | Method and Description |
|---|---|
Class<Favourite> |
getModelClass() |
String |
getUrl()
Must start with a slash, for example: /api/metrics
|
appendUrlParameter, appendUrlParameter, appendUrlParameter, encode, getBody, getLocale, getTimeoutMilliseconds, setLocale, setTimeoutMillisecondspublic static final String BASE_URL
public FavouriteQuery()
public Class<Favourite> getModelClass()
getModelClass in class Query<Favourite>public String getUrl()
AbstractQueryIMPORTANT: In implementations of this method we must use helper methods to construct URL.
Copyright © 2009-2012 SonarSource. All Rights Reserved.