public interface IDeviceInstallStateCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceInstallStateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceInstallStateCollectionPage |
get() |
void |
get(ICallback<IDeviceInstallStateCollectionPage> callback) |
DeviceInstallState |
post(DeviceInstallState newDeviceInstallState) |
void |
post(DeviceInstallState newDeviceInstallState,
ICallback<DeviceInstallState> callback) |
IDeviceInstallStateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceInstallStateCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceInstallStateCollectionPage> callback)
IDeviceInstallStateCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceInstallState newDeviceInstallState, ICallback<DeviceInstallState> callback)
DeviceInstallState post(DeviceInstallState newDeviceInstallState) throws ClientException
ClientExceptionIDeviceInstallStateCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceInstallStateCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceInstallStateCollectionRequest top(int value)
value - the max number of items to return