public class ApplicationCollectionRequest extends BaseCollectionRequest<ApplicationCollectionResponse,IApplicationCollectionPage> implements IApplicationCollectionRequest
| Constructor and Description |
|---|
ApplicationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Application
|
| Modifier and Type | Method and Description |
|---|---|
IApplicationCollectionPage |
buildFromResponse(ApplicationCollectionResponse response) |
IApplicationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IApplicationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IApplicationCollectionPage |
get() |
void |
get(ICallback<? super IApplicationCollectionPage> callback) |
IApplicationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Application |
post(Application newApplication) |
void |
post(Application newApplication,
ICallback<? super Application> callback) |
IApplicationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IApplicationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IApplicationCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IApplicationCollectionRequest |
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 ApplicationCollectionRequest(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 IApplicationCollectionPage> callback)
get in interface IApplicationCollectionRequestpublic IApplicationCollectionPage get() throws ClientException
get in interface IApplicationCollectionRequestClientExceptionpublic void post(Application newApplication, ICallback<? super Application> callback)
post in interface IApplicationCollectionRequestpublic Application post(Application newApplication) throws ClientException
post in interface IApplicationCollectionRequestClientExceptionpublic IApplicationCollectionRequest expand(java.lang.String value)
expand in interface IApplicationCollectionRequestvalue - the expand clausepublic IApplicationCollectionRequest filter(java.lang.String value)
filter in interface IApplicationCollectionRequestvalue - the filter clausepublic IApplicationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IApplicationCollectionRequestvalue - the order by clausepublic IApplicationCollectionRequest select(java.lang.String value)
select in interface IApplicationCollectionRequestvalue - the select clausepublic IApplicationCollectionRequest top(int value)
top in interface IApplicationCollectionRequestvalue - the max number of items to returnpublic IApplicationCollectionRequest skip(int value)
skip in interface IApplicationCollectionRequestvalue - of the number of items to skippublic IApplicationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IApplicationCollectionRequestskipToken - - Token for paginationpublic IApplicationCollectionPage buildFromResponse(ApplicationCollectionResponse response)