public class ServerSetupQuery extends CreateQuery<ServerSetup>
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_URL |
DEFAULT_TIMEOUT_MILLISECONDS| Constructor and Description |
|---|
ServerSetupQuery() |
| Modifier and Type | Method and Description |
|---|---|
Class<ServerSetup> |
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 ServerSetupQuery()
public String getUrl()
AbstractQueryIMPORTANT: In implementations of this method we must use helper methods to construct URL.
public Class<ServerSetup> getModelClass()
getModelClass in class CreateQuery<ServerSetup>Copyright © 2009-2012 SonarSource. All Rights Reserved.