public interface IDataPolicyOperationCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
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)
Sets the skip token value for the request
|
IDataPolicyOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
void get(ICallback<? super IDataPolicyOperationCollectionPage> callback)
IDataPolicyOperationCollectionPage get() throws ClientException
ClientException
void post(DataPolicyOperation newDataPolicyOperation, ICallback<? super DataPolicyOperation> callback)
DataPolicyOperation post(DataPolicyOperation newDataPolicyOperation) throws ClientException
ClientException
IDataPolicyOperationCollectionRequest expand(java.lang.String value)
value
- the expand clauseIDataPolicyOperationCollectionRequest filter(java.lang.String value)
value
- the filter clauseIDataPolicyOperationCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseIDataPolicyOperationCollectionRequest select(java.lang.String value)
value
- the select clauseIDataPolicyOperationCollectionRequest top(int value)
value
- the max number of items to returnIDataPolicyOperationCollectionRequest skip(int value)
value
- of the number of items to skipIDataPolicyOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination