public class DeviceInstallStateCollectionRequest extends BaseCollectionRequest<DeviceInstallStateCollectionResponse,IDeviceInstallStateCollectionPage> implements IDeviceInstallStateCollectionRequest
| Constructor and Description |
|---|
DeviceInstallStateCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DeviceInstallState
|
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 DeviceInstallStateCollectionRequest(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<IDeviceInstallStateCollectionPage> callback)
get in interface IDeviceInstallStateCollectionRequestpublic IDeviceInstallStateCollectionPage get() throws ClientException
get in interface IDeviceInstallStateCollectionRequestClientExceptionpublic void post(DeviceInstallState newDeviceInstallState, ICallback<DeviceInstallState> callback)
post in interface IDeviceInstallStateCollectionRequestpublic DeviceInstallState post(DeviceInstallState newDeviceInstallState) throws ClientException
post in interface IDeviceInstallStateCollectionRequestClientExceptionpublic IDeviceInstallStateCollectionRequest expand(java.lang.String value)
expand in interface IDeviceInstallStateCollectionRequestvalue - the expand clausepublic IDeviceInstallStateCollectionRequest filter(java.lang.String value)
filter in interface IDeviceInstallStateCollectionRequestvalue - the filter clausepublic IDeviceInstallStateCollectionRequest select(java.lang.String value)
select in interface IDeviceInstallStateCollectionRequestvalue - the select clausepublic IDeviceInstallStateCollectionRequest top(int value)
top in interface IDeviceInstallStateCollectionRequestvalue - the max number of items to returnpublic IDeviceInstallStateCollectionRequest skip(int value)
skip in interface IDeviceInstallStateCollectionRequestvalue - of the number of items to skippublic IDeviceInstallStateCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IDeviceInstallStateCollectionRequestskipToken - - Token for paginationpublic IDeviceInstallStateCollectionPage buildFromResponse(DeviceInstallStateCollectionResponse response)