public interface IDeviceCompliancePolicyStateCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceCompliancePolicyStateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceCompliancePolicyStateCollectionPage |
get() |
void |
get(ICallback<IDeviceCompliancePolicyStateCollectionPage> callback) |
DeviceCompliancePolicyState |
post(DeviceCompliancePolicyState newDeviceCompliancePolicyState) |
void |
post(DeviceCompliancePolicyState newDeviceCompliancePolicyState,
ICallback<DeviceCompliancePolicyState> callback) |
IDeviceCompliancePolicyStateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceCompliancePolicyStateCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceCompliancePolicyStateCollectionPage> callback)
IDeviceCompliancePolicyStateCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceCompliancePolicyState newDeviceCompliancePolicyState, ICallback<DeviceCompliancePolicyState> callback)
DeviceCompliancePolicyState post(DeviceCompliancePolicyState newDeviceCompliancePolicyState) throws ClientException
ClientExceptionIDeviceCompliancePolicyStateCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceCompliancePolicyStateCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceCompliancePolicyStateCollectionRequest top(int value)
value - the max number of items to return