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, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IManagedDeviceMobileAppConfigurationAssignmentCollectionPage> callback)
get in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestpublic IManagedDeviceMobileAppConfigurationAssignmentCollectionPage get() throws ClientException
get in interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequestClientExceptionpublic void post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment, ICallback<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 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 IManagedDeviceMobileAppConfigurationAssignmentCollectionPage buildFromResponse(ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse response)