public interface IManagedAppPolicyCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedAppPolicyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppPolicyCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedAppPolicyCollectionPage |
get() |
void |
get(ICallback<? super IManagedAppPolicyCollectionPage> callback) |
IManagedAppPolicyCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedAppPolicy |
post(ManagedAppPolicy newManagedAppPolicy) |
void |
post(ManagedAppPolicy newManagedAppPolicy,
ICallback<? super ManagedAppPolicy> callback) |
IManagedAppPolicyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppPolicyCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedAppPolicyCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IManagedAppPolicyCollectionRequest |
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 IManagedAppPolicyCollectionPage> callback)
IManagedAppPolicyCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedAppPolicy newManagedAppPolicy, ICallback<? super ManagedAppPolicy> callback)
ManagedAppPolicy post(ManagedAppPolicy newManagedAppPolicy) throws ClientException
ClientExceptionIManagedAppPolicyCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedAppPolicyCollectionRequest filter(java.lang.String value)
value - the filter clauseIManagedAppPolicyCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIManagedAppPolicyCollectionRequest select(java.lang.String value)
value - the select clauseIManagedAppPolicyCollectionRequest top(int value)
value - the max number of items to returnIManagedAppPolicyCollectionRequest skip(int value)
value - of the number of items to skipIManagedAppPolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination