public class DeviceConfigurationCollectionRequest extends BaseCollectionRequest<DeviceConfigurationCollectionResponse,IDeviceConfigurationCollectionPage> implements IDeviceConfigurationCollectionRequest
| Constructor and Description |
|---|
DeviceConfigurationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DeviceConfiguration
|
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 DeviceConfigurationCollectionRequest(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<IDeviceConfigurationCollectionPage> callback)
get in interface IDeviceConfigurationCollectionRequestpublic IDeviceConfigurationCollectionPage get() throws ClientException
get in interface IDeviceConfigurationCollectionRequestClientExceptionpublic void post(DeviceConfiguration newDeviceConfiguration, ICallback<DeviceConfiguration> callback)
post in interface IDeviceConfigurationCollectionRequestpublic DeviceConfiguration post(DeviceConfiguration newDeviceConfiguration) throws ClientException
post in interface IDeviceConfigurationCollectionRequestClientExceptionpublic IDeviceConfigurationCollectionRequest expand(java.lang.String value)
expand in interface IDeviceConfigurationCollectionRequestvalue - the expand clausepublic IDeviceConfigurationCollectionRequest filter(java.lang.String value)
filter in interface IDeviceConfigurationCollectionRequestvalue - the filter clausepublic IDeviceConfigurationCollectionRequest select(java.lang.String value)
select in interface IDeviceConfigurationCollectionRequestvalue - the select clausepublic IDeviceConfigurationCollectionRequest top(int value)
top in interface IDeviceConfigurationCollectionRequestvalue - the max number of items to returnpublic IDeviceConfigurationCollectionRequest skip(int value)
skip in interface IDeviceConfigurationCollectionRequestvalue - of the number of items to skippublic IDeviceConfigurationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IDeviceConfigurationCollectionRequestskipToken - - Token for paginationpublic IDeviceConfigurationCollectionPage buildFromResponse(DeviceConfigurationCollectionResponse response)