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
|
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceMobileAppConfigurationCollectionPage |
buildFromResponse(ManagedDeviceMobileAppConfigurationCollectionResponse response) |
IManagedDeviceMobileAppConfigurationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedDeviceMobileAppConfigurationCollectionPage |
get() |
void |
get(ICallback<IManagedDeviceMobileAppConfigurationCollectionPage> callback) |
ManagedDeviceMobileAppConfiguration |
post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration) |
void |
post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration,
ICallback<ManagedDeviceMobileAppConfiguration> callback) |
IManagedDeviceMobileAppConfigurationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedDeviceMobileAppConfigurationCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IManagedDeviceMobileAppConfigurationCollectionPage> callback)
get in interface IManagedDeviceMobileAppConfigurationCollectionRequestpublic IManagedDeviceMobileAppConfigurationCollectionPage get() throws ClientException
get in interface IManagedDeviceMobileAppConfigurationCollectionRequestClientExceptionpublic void post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration, ICallback<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 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 IManagedDeviceMobileAppConfigurationCollectionPage buildFromResponse(ManagedDeviceMobileAppConfigurationCollectionResponse response)