public interface IManagedAppOperationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedAppOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppOperationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedAppOperationCollectionPage |
get() |
void |
get(ICallback<? super IManagedAppOperationCollectionPage> callback) |
IManagedAppOperationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedAppOperation |
post(ManagedAppOperation newManagedAppOperation) |
void |
post(ManagedAppOperation newManagedAppOperation,
ICallback<? super ManagedAppOperation> callback) |
IManagedAppOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppOperationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedAppOperationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IManagedAppOperationCollectionRequest |
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 IManagedAppOperationCollectionPage> callback)
IManagedAppOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedAppOperation newManagedAppOperation, ICallback<? super ManagedAppOperation> callback)
ManagedAppOperation post(ManagedAppOperation newManagedAppOperation) throws ClientException
ClientExceptionIManagedAppOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedAppOperationCollectionRequest filter(java.lang.String value)
value - the filter clauseIManagedAppOperationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIManagedAppOperationCollectionRequest select(java.lang.String value)
value - the select clauseIManagedAppOperationCollectionRequest top(int value)
value - the max number of items to returnIManagedAppOperationCollectionRequest skip(int value)
value - of the number of items to skipIManagedAppOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination