public class AuthenticationQuery extends Query<Authentication>
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_URL |
DEFAULT_TIMEOUT_MILLISECONDS| Constructor and Description |
|---|
AuthenticationQuery() |
| Modifier and Type | Method and Description |
|---|---|
Class<Authentication> |
getModelClass() |
String |
getUrl()
Must start with a slash, for example: /api/metrics
|
appendUrlParameter, appendUrlParameter, appendUrlParameter, appendUrlParameter, encode, getBody, getLocale, getTimeoutMilliseconds, setLocale, setTimeoutMillisecondspublic static final String BASE_URL
public AuthenticationQuery()
public String getUrl()
AbstractQueryIMPORTANT: In implementations of this method we must use helper methods to construct URL.
getUrl in class AbstractQuery<Authentication>AbstractQuery.encode(String),
AbstractQuery.appendUrlParameter(StringBuilder, String, Object),
AbstractQuery.appendUrlParameter(StringBuilder, String, Object[]),
AbstractQuery.appendUrlParameter(StringBuilder, String, Date, boolean)public Class<Authentication> getModelClass()
getModelClass in class Query<Authentication>Copyright © 2009–2015 SonarSource. All rights reserved.