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