public class ManagedDeviceMobileAppConfigurationAssignmentCollectionRequest extends BaseCollectionRequest<ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse,IManagedDeviceMobileAppConfigurationAssignmentCollectionPage> implements IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest
| Constructor and Description |
|---|
ManagedDeviceMobileAppConfigurationAssignmentCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedDeviceMobileAppConfigurationAssignment
|
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 ManagedDeviceMobileAppConfigurationAssignmentCollectionRequest(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 IManagedDeviceMobileAppConfigurationAssignmentCollectionPage> callback)
get in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestpublic IManagedDeviceMobileAppConfigurationAssignmentCollectionPage get() throws ClientException
get in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestClientExceptionpublic void post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment, ICallback<? super ManagedDeviceMobileAppConfigurationAssignment> callback)
post in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestpublic ManagedDeviceMobileAppConfigurationAssignment post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment) throws ClientException
post in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestClientExceptionpublic IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest expand(java.lang.String value)
expand in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestvalue - the expand clausepublic IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest filter(java.lang.String value)
filter in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestvalue - the filter clausepublic IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest orderBy(java.lang.String value)
orderBy in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestvalue - the order by clausepublic IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest select(java.lang.String value)
select in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestvalue - the select clausepublic IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest top(int value)
top in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestvalue - the max number of items to returnpublic IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest skip(int value)
skip in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestvalue - of the number of items to skippublic IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestskipToken - - Token for paginationpublic IManagedDeviceMobileAppConfigurationAssignmentCollectionPage buildFromResponse(ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse response)