public class ManagedAppPolicyCollectionRequest extends BaseCollectionRequest<ManagedAppPolicyCollectionResponse,IManagedAppPolicyCollectionPage> implements IManagedAppPolicyCollectionRequest
| Constructor and Description |
|---|
ManagedAppPolicyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedAppPolicy
|
| Modifier and Type | Method and Description |
|---|---|
IManagedAppPolicyCollectionPage |
buildFromResponse(ManagedAppPolicyCollectionResponse response) |
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)
Add Skip token for pagination
|
IManagedAppPolicyCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic ManagedAppPolicyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IManagedAppPolicyCollectionPage> callback)
get in interface IManagedAppPolicyCollectionRequestpublic IManagedAppPolicyCollectionPage get() throws ClientException
get in interface IManagedAppPolicyCollectionRequestClientExceptionpublic void post(ManagedAppPolicy newManagedAppPolicy, ICallback<? super ManagedAppPolicy> callback)
post in interface IManagedAppPolicyCollectionRequestpublic ManagedAppPolicy post(ManagedAppPolicy newManagedAppPolicy) throws ClientException
post in interface IManagedAppPolicyCollectionRequestClientExceptionpublic IManagedAppPolicyCollectionRequest expand(java.lang.String value)
expand in interface IManagedAppPolicyCollectionRequestvalue - the expand clausepublic IManagedAppPolicyCollectionRequest filter(java.lang.String value)
filter in interface IManagedAppPolicyCollectionRequestvalue - the filter clausepublic IManagedAppPolicyCollectionRequest orderBy(java.lang.String value)
orderBy in interface IManagedAppPolicyCollectionRequestvalue - the order by clausepublic IManagedAppPolicyCollectionRequest select(java.lang.String value)
select in interface IManagedAppPolicyCollectionRequestvalue - the select clausepublic IManagedAppPolicyCollectionRequest top(int value)
top in interface IManagedAppPolicyCollectionRequestvalue - the max number of items to returnpublic IManagedAppPolicyCollectionRequest skip(int value)
skip in interface IManagedAppPolicyCollectionRequestvalue - of the number of items to skippublic IManagedAppPolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IManagedAppPolicyCollectionRequestskipToken - - Token for paginationpublic IManagedAppPolicyCollectionPage buildFromResponse(ManagedAppPolicyCollectionResponse response)