public interface IDeviceComplianceScheduledActionForRuleCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceComplianceScheduledActionForRuleCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceComplianceScheduledActionForRuleCollectionPage |
get() |
void |
get(ICallback<IDeviceComplianceScheduledActionForRuleCollectionPage> callback) |
DeviceComplianceScheduledActionForRule |
post(DeviceComplianceScheduledActionForRule newDeviceComplianceScheduledActionForRule) |
void |
post(DeviceComplianceScheduledActionForRule newDeviceComplianceScheduledActionForRule,
ICallback<DeviceComplianceScheduledActionForRule> callback) |
IDeviceComplianceScheduledActionForRuleCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceComplianceScheduledActionForRuleCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceComplianceScheduledActionForRuleCollectionPage> callback)
IDeviceComplianceScheduledActionForRuleCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceComplianceScheduledActionForRule newDeviceComplianceScheduledActionForRule, ICallback<DeviceComplianceScheduledActionForRule> callback)
DeviceComplianceScheduledActionForRule post(DeviceComplianceScheduledActionForRule newDeviceComplianceScheduledActionForRule) throws ClientException
ClientExceptionIDeviceComplianceScheduledActionForRuleCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceComplianceScheduledActionForRuleCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceComplianceScheduledActionForRuleCollectionRequest top(int value)
value - the max number of items to return