public interface IAdministrativeUnitReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
AdministrativeUnit |
delete() |
void |
delete(ICallback<? super AdministrativeUnit> callback) |
IAdministrativeUnitReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
AdministrativeUnit |
put(AdministrativeUnit srcAdministrativeUnit)
Puts the AdministrativeUnit
|
void |
put(AdministrativeUnit srcAdministrativeUnit,
ICallback<? super AdministrativeUnit> callback)
Puts the AdministrativeUnit
|
IAdministrativeUnitReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid delete(ICallback<? super AdministrativeUnit> callback)
AdministrativeUnit delete() throws ClientException
ClientExceptionIAdministrativeUnitReferenceRequest select(java.lang.String value)
value - the select clauseIAdministrativeUnitReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(AdministrativeUnit srcAdministrativeUnit, ICallback<? super AdministrativeUnit> callback)
srcAdministrativeUnit - the AdministrativeUnit to PUTcallback - the callback to be called after success or failureAdministrativeUnit put(AdministrativeUnit srcAdministrativeUnit) throws ClientException
srcAdministrativeUnit - the AdministrativeUnit to PUTClientException - an exception occurs if there was an error while the request was sent