public interface IDataPolicyOperationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDataPolicyOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDataPolicyOperationCollectionPage |
get() |
void |
get(ICallback<IDataPolicyOperationCollectionPage> callback) |
DataPolicyOperation |
post(DataPolicyOperation newDataPolicyOperation) |
void |
post(DataPolicyOperation newDataPolicyOperation,
ICallback<DataPolicyOperation> callback) |
IDataPolicyOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDataPolicyOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDataPolicyOperationCollectionPage> callback)
IDataPolicyOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(DataPolicyOperation newDataPolicyOperation, ICallback<DataPolicyOperation> callback)
DataPolicyOperation post(DataPolicyOperation newDataPolicyOperation) throws ClientException
ClientExceptionIDataPolicyOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseIDataPolicyOperationCollectionRequest select(java.lang.String value)
value - the select clauseIDataPolicyOperationCollectionRequest top(int value)
value - the max number of items to return