public class AdministrativeUnitDeltaCollectionRequest extends BaseCollectionRequest<AdministrativeUnitDeltaCollectionResponse,IAdministrativeUnitDeltaCollectionPage> implements IAdministrativeUnitDeltaCollectionRequest
| Constructor and Description |
|---|
AdministrativeUnitDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this AdministrativeUnitDelta
|
| Modifier and Type | Method and Description |
|---|---|
IAdministrativeUnitDeltaCollectionPage |
buildFromResponse(AdministrativeUnitDeltaCollectionResponse response) |
IAdministrativeUnitDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAdministrativeUnitDeltaCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAdministrativeUnitDeltaCollectionPage |
get() |
void |
get(ICallback<? super IAdministrativeUnitDeltaCollectionPage> callback) |
IAdministrativeUnitDeltaCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IAdministrativeUnitDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAdministrativeUnitDeltaCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic AdministrativeUnitDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IAdministrativeUnitDeltaCollectionPage> callback)
get in interface IAdministrativeUnitDeltaCollectionRequestpublic IAdministrativeUnitDeltaCollectionPage get() throws ClientException
get in interface IAdministrativeUnitDeltaCollectionRequestClientExceptionpublic IAdministrativeUnitDeltaCollectionPage buildFromResponse(AdministrativeUnitDeltaCollectionResponse response)
public IAdministrativeUnitDeltaCollectionRequest select(java.lang.String value)
select in interface IAdministrativeUnitDeltaCollectionRequestvalue - the select clausepublic IAdministrativeUnitDeltaCollectionRequest top(int value)
top in interface IAdministrativeUnitDeltaCollectionRequestvalue - the max number of items to returnpublic IAdministrativeUnitDeltaCollectionRequest expand(java.lang.String value)
expand in interface IAdministrativeUnitDeltaCollectionRequestvalue - the expand clausepublic IAdministrativeUnitDeltaCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IAdministrativeUnitDeltaCollectionRequest orderBy(java.lang.String value)
value - the order by clause