public interface IIosManagedAppProtectionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IIosManagedAppProtectionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IIosManagedAppProtectionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IIosManagedAppProtectionCollectionPage |
get() |
void |
get(ICallback<? super IIosManagedAppProtectionCollectionPage> callback) |
IIosManagedAppProtectionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IosManagedAppProtection |
post(IosManagedAppProtection newIosManagedAppProtection) |
void |
post(IosManagedAppProtection newIosManagedAppProtection,
ICallback<? super IosManagedAppProtection> callback) |
IIosManagedAppProtectionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IIosManagedAppProtectionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IIosManagedAppProtectionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IIosManagedAppProtectionCollectionRequest |
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 IIosManagedAppProtectionCollectionPage> callback)
IIosManagedAppProtectionCollectionPage get() throws ClientException
ClientExceptionvoid post(IosManagedAppProtection newIosManagedAppProtection, ICallback<? super IosManagedAppProtection> callback)
IosManagedAppProtection post(IosManagedAppProtection newIosManagedAppProtection) throws ClientException
ClientExceptionIIosManagedAppProtectionCollectionRequest expand(java.lang.String value)
value - the expand clauseIIosManagedAppProtectionCollectionRequest filter(java.lang.String value)
value - the filter clauseIIosManagedAppProtectionCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIIosManagedAppProtectionCollectionRequest select(java.lang.String value)
value - the select clauseIIosManagedAppProtectionCollectionRequest top(int value)
value - the max number of items to returnIIosManagedAppProtectionCollectionRequest skip(int value)
value - of the number of items to skipIIosManagedAppProtectionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination