public interface IDeviceInstallStateCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IDeviceInstallStateCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IDeviceInstallStateCollectionPage> callback)
IDeviceInstallStateCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceInstallState newDeviceInstallState, ICallback<? super DeviceInstallState> callback)
DeviceInstallState post(DeviceInstallState newDeviceInstallState) throws ClientException
ClientExceptionIDeviceInstallStateCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceInstallStateCollectionRequest filter(java.lang.String value)
value - the filter clauseIDeviceInstallStateCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIDeviceInstallStateCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceInstallStateCollectionRequest top(int value)
value - the max number of items to returnIDeviceInstallStateCollectionRequest skip(int value)
value - of the number of items to skipIDeviceInstallStateCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination