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