public class DeviceConfigurationStateCollectionRequest extends BaseCollectionRequest<DeviceConfigurationStateCollectionResponse,IDeviceConfigurationStateCollectionPage> implements IDeviceConfigurationStateCollectionRequest
| Constructor and Description |
|---|
DeviceConfigurationStateCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DeviceConfigurationState
|
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 DeviceConfigurationStateCollectionRequest(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 IDeviceConfigurationStateCollectionPage> callback)
get in interface IDeviceConfigurationStateCollectionRequestpublic IDeviceConfigurationStateCollectionPage get() throws ClientException
get in interface IDeviceConfigurationStateCollectionRequestClientExceptionpublic void post(DeviceConfigurationState newDeviceConfigurationState, ICallback<? super DeviceConfigurationState> callback)
post in interface IDeviceConfigurationStateCollectionRequestpublic DeviceConfigurationState post(DeviceConfigurationState newDeviceConfigurationState) throws ClientException
post in interface IDeviceConfigurationStateCollectionRequestClientExceptionpublic IDeviceConfigurationStateCollectionRequest expand(java.lang.String value)
expand in interface IDeviceConfigurationStateCollectionRequestvalue - the expand clausepublic IDeviceConfigurationStateCollectionRequest filter(java.lang.String value)
filter in interface IDeviceConfigurationStateCollectionRequestvalue - the filter clausepublic IDeviceConfigurationStateCollectionRequest orderBy(java.lang.String value)
orderBy in interface IDeviceConfigurationStateCollectionRequestvalue - the order by clausepublic IDeviceConfigurationStateCollectionRequest select(java.lang.String value)
select in interface IDeviceConfigurationStateCollectionRequestvalue - the select clausepublic IDeviceConfigurationStateCollectionRequest top(int value)
top in interface IDeviceConfigurationStateCollectionRequestvalue - the max number of items to returnpublic IDeviceConfigurationStateCollectionRequest skip(int value)
skip in interface IDeviceConfigurationStateCollectionRequestvalue - of the number of items to skippublic IDeviceConfigurationStateCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IDeviceConfigurationStateCollectionRequestskipToken - - Token for paginationpublic IDeviceConfigurationStateCollectionPage buildFromResponse(DeviceConfigurationStateCollectionResponse response)