public class DeviceEnrollmentConfigurationCollectionRequest extends BaseCollectionRequest<DeviceEnrollmentConfigurationCollectionResponse,IDeviceEnrollmentConfigurationCollectionPage> implements IDeviceEnrollmentConfigurationCollectionRequest
Constructor and Description |
---|
DeviceEnrollmentConfigurationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DeviceEnrollmentConfiguration
|
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, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public DeviceEnrollmentConfigurationCollectionRequest(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 IDeviceEnrollmentConfigurationCollectionPage> callback)
get
in interface IDeviceEnrollmentConfigurationCollectionRequest
public IDeviceEnrollmentConfigurationCollectionPage get() throws ClientException
get
in interface IDeviceEnrollmentConfigurationCollectionRequest
ClientException
public void post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration, ICallback<? super DeviceEnrollmentConfiguration> callback)
post
in interface IDeviceEnrollmentConfigurationCollectionRequest
public DeviceEnrollmentConfiguration post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration) throws ClientException
post
in interface IDeviceEnrollmentConfigurationCollectionRequest
ClientException
public IDeviceEnrollmentConfigurationCollectionRequest expand(java.lang.String value)
expand
in interface IDeviceEnrollmentConfigurationCollectionRequest
value
- the expand clausepublic IDeviceEnrollmentConfigurationCollectionRequest filter(java.lang.String value)
filter
in interface IDeviceEnrollmentConfigurationCollectionRequest
value
- the filter clausepublic IDeviceEnrollmentConfigurationCollectionRequest orderBy(java.lang.String value)
orderBy
in interface IDeviceEnrollmentConfigurationCollectionRequest
value
- the order by clausepublic IDeviceEnrollmentConfigurationCollectionRequest select(java.lang.String value)
select
in interface IDeviceEnrollmentConfigurationCollectionRequest
value
- the select clausepublic IDeviceEnrollmentConfigurationCollectionRequest top(int value)
top
in interface IDeviceEnrollmentConfigurationCollectionRequest
value
- the max number of items to returnpublic IDeviceEnrollmentConfigurationCollectionRequest skip(int value)
skip
in interface IDeviceEnrollmentConfigurationCollectionRequest
value
- of the number of items to skippublic IDeviceEnrollmentConfigurationCollectionRequest skipToken(java.lang.String skipToken)
skipToken
in interface IDeviceEnrollmentConfigurationCollectionRequest
skipToken
- - Token for paginationpublic IDeviceEnrollmentConfigurationCollectionPage buildFromResponse(DeviceEnrollmentConfigurationCollectionResponse response)