public class ApplicationDeltaCollectionRequest extends BaseCollectionRequest<ApplicationDeltaCollectionResponse,IApplicationDeltaCollectionPage> implements IApplicationDeltaCollectionRequest
| Constructor and Description |
|---|
ApplicationDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this ApplicationDelta
|
| Modifier and Type | Method and Description |
|---|---|
IApplicationDeltaCollectionPage |
buildFromResponse(ApplicationDeltaCollectionResponse response) |
IApplicationDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IApplicationDeltaCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IApplicationDeltaCollectionPage |
get() |
void |
get(ICallback<? super IApplicationDeltaCollectionPage> callback) |
IApplicationDeltaCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IApplicationDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IApplicationDeltaCollectionRequest |
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 ApplicationDeltaCollectionRequest(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 IApplicationDeltaCollectionPage> callback)
get in interface IApplicationDeltaCollectionRequestpublic IApplicationDeltaCollectionPage get() throws ClientException
get in interface IApplicationDeltaCollectionRequestClientExceptionpublic IApplicationDeltaCollectionPage buildFromResponse(ApplicationDeltaCollectionResponse response)
public IApplicationDeltaCollectionRequest select(java.lang.String value)
select in interface IApplicationDeltaCollectionRequestvalue - the select clausepublic IApplicationDeltaCollectionRequest top(int value)
top in interface IApplicationDeltaCollectionRequestvalue - the max number of items to returnpublic IApplicationDeltaCollectionRequest expand(java.lang.String value)
expand in interface IApplicationDeltaCollectionRequestvalue - the expand clausepublic IApplicationDeltaCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IApplicationDeltaCollectionRequest orderBy(java.lang.String value)
value - the order by clause