public interface IResourceOperationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IResourceOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IResourceOperationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IResourceOperationCollectionPage |
get() |
void |
get(ICallback<? super IResourceOperationCollectionPage> callback) |
IResourceOperationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ResourceOperation |
post(ResourceOperation newResourceOperation) |
void |
post(ResourceOperation newResourceOperation,
ICallback<? super ResourceOperation> callback) |
IResourceOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IResourceOperationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IResourceOperationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IResourceOperationCollectionRequest |
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, withHttpMethodvoid get(ICallback<? super IResourceOperationCollectionPage> callback)
IResourceOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(ResourceOperation newResourceOperation, ICallback<? super ResourceOperation> callback)
ResourceOperation post(ResourceOperation newResourceOperation) throws ClientException
ClientExceptionIResourceOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseIResourceOperationCollectionRequest filter(java.lang.String value)
value - the filter clauseIResourceOperationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIResourceOperationCollectionRequest select(java.lang.String value)
value - the select clauseIResourceOperationCollectionRequest top(int value)
value - the max number of items to returnIResourceOperationCollectionRequest skip(int value)
value - of the number of items to skipIResourceOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination