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
|
| Modifier and Type | Method and Description |
|---|---|
IDeviceInstallStateCollectionPage |
buildFromResponse(DeviceInstallStateCollectionResponse response) |
IDeviceInstallStateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceInstallStateCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDeviceInstallStateCollectionPage |
get() |
void |
get(ICallback<? super IDeviceInstallStateCollectionPage> callback) |
IDeviceInstallStateCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
DeviceInstallState |
post(DeviceInstallState newDeviceInstallState) |
void |
post(DeviceInstallState newDeviceInstallState,
ICallback<? super DeviceInstallState> callback) |
IDeviceInstallStateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceInstallStateCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IDeviceInstallStateCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IDeviceInstallStateCollectionRequest |
top(int value)
Sets the top value for the request
|
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<? super IDeviceInstallStateCollectionPage> callback)
get in interface IDeviceInstallStateCollectionRequestpublic IDeviceInstallStateCollectionPage get() throws ClientException
get in interface IDeviceInstallStateCollectionRequestClientExceptionpublic void post(DeviceInstallState newDeviceInstallState, ICallback<? super 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 orderBy(java.lang.String value)
orderBy in interface IDeviceInstallStateCollectionRequestvalue - the order by 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)