public class ApplicationCollectionReferenceRequest extends BaseCollectionRequest<ApplicationCollectionResponse,IApplicationCollectionPage> implements IApplicationCollectionReferenceRequest
| Constructor and Description |
|---|
ApplicationCollectionReferenceRequest(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 |
|---|---|
IApplicationCollectionReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IApplicationCollectionReferenceRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IApplicationCollectionReferenceRequest |
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) |
IApplicationCollectionReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IApplicationCollectionReferenceRequest |
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, withHttpMethodpublic ApplicationCollectionReferenceRequest(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 post(Application newApplication, ICallback<? super Application> callback)
post in interface IApplicationCollectionReferenceRequestpublic Application post(Application newApplication) throws ClientException
post in interface IApplicationCollectionReferenceRequestClientExceptionpublic IApplicationCollectionReferenceRequest expand(java.lang.String value)
value - the expand clausepublic IApplicationCollectionReferenceRequest filter(java.lang.String value)
value - the filter clausepublic IApplicationCollectionReferenceRequest orderBy(java.lang.String value)
value - the sort clausepublic IApplicationCollectionReferenceRequest select(java.lang.String value)
select in interface IApplicationCollectionReferenceRequestvalue - the select clausepublic IApplicationCollectionReferenceRequest top(int value)
top in interface IApplicationCollectionReferenceRequestvalue - the max number of items to return