public class ManagedDeviceMobileAppConfigurationCollectionRequest extends BaseCollectionRequest<ManagedDeviceMobileAppConfigurationCollectionResponse,IManagedDeviceMobileAppConfigurationCollectionPage> implements IManagedDeviceMobileAppConfigurationCollectionRequest
| Constructor and Description |
|---|
ManagedDeviceMobileAppConfigurationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedDeviceMobileAppConfiguration
|
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 ManagedDeviceMobileAppConfigurationCollectionRequest(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 IManagedDeviceMobileAppConfigurationCollectionPage> callback)
get in interface IManagedDeviceMobileAppConfigurationCollectionRequestpublic IManagedDeviceMobileAppConfigurationCollectionPage get() throws ClientException
get in interface IManagedDeviceMobileAppConfigurationCollectionRequestClientExceptionpublic void post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration, ICallback<? super ManagedDeviceMobileAppConfiguration> callback)
post in interface IManagedDeviceMobileAppConfigurationCollectionRequestpublic ManagedDeviceMobileAppConfiguration post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration) throws ClientException
post in interface IManagedDeviceMobileAppConfigurationCollectionRequestClientExceptionpublic IManagedDeviceMobileAppConfigurationCollectionRequest expand(java.lang.String value)
expand in interface IManagedDeviceMobileAppConfigurationCollectionRequestvalue - the expand clausepublic IManagedDeviceMobileAppConfigurationCollectionRequest filter(java.lang.String value)
filter in interface IManagedDeviceMobileAppConfigurationCollectionRequestvalue - the filter clausepublic IManagedDeviceMobileAppConfigurationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IManagedDeviceMobileAppConfigurationCollectionRequestvalue - the order by clausepublic IManagedDeviceMobileAppConfigurationCollectionRequest select(java.lang.String value)
select in interface IManagedDeviceMobileAppConfigurationCollectionRequestvalue - the select clausepublic IManagedDeviceMobileAppConfigurationCollectionRequest top(int value)
top in interface IManagedDeviceMobileAppConfigurationCollectionRequestvalue - the max number of items to returnpublic IManagedDeviceMobileAppConfigurationCollectionRequest skip(int value)
skip in interface IManagedDeviceMobileAppConfigurationCollectionRequestvalue - of the number of items to skippublic IManagedDeviceMobileAppConfigurationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IManagedDeviceMobileAppConfigurationCollectionRequestskipToken - - Token for paginationpublic IManagedDeviceMobileAppConfigurationCollectionPage buildFromResponse(ManagedDeviceMobileAppConfigurationCollectionResponse response)