public interface IDeviceConfigurationStateCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceConfigurationStateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceConfigurationStateCollectionPage |
get() |
void |
get(ICallback<IDeviceConfigurationStateCollectionPage> callback) |
DeviceConfigurationState |
post(DeviceConfigurationState newDeviceConfigurationState) |
void |
post(DeviceConfigurationState newDeviceConfigurationState,
ICallback<DeviceConfigurationState> callback) |
IDeviceConfigurationStateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceConfigurationStateCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceConfigurationStateCollectionPage> callback)
IDeviceConfigurationStateCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceConfigurationState newDeviceConfigurationState, ICallback<DeviceConfigurationState> callback)
DeviceConfigurationState post(DeviceConfigurationState newDeviceConfigurationState) throws ClientException
ClientExceptionIDeviceConfigurationStateCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceConfigurationStateCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceConfigurationStateCollectionRequest top(int value)
value - the max number of items to return