public interface IDeviceCompliancePolicyAssignmentCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceCompliancePolicyAssignmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceCompliancePolicyAssignmentCollectionPage |
get() |
void |
get(ICallback<IDeviceCompliancePolicyAssignmentCollectionPage> callback) |
DeviceCompliancePolicyAssignment |
post(DeviceCompliancePolicyAssignment newDeviceCompliancePolicyAssignment) |
void |
post(DeviceCompliancePolicyAssignment newDeviceCompliancePolicyAssignment,
ICallback<DeviceCompliancePolicyAssignment> callback) |
IDeviceCompliancePolicyAssignmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceCompliancePolicyAssignmentCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceCompliancePolicyAssignmentCollectionPage> callback)
IDeviceCompliancePolicyAssignmentCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceCompliancePolicyAssignment newDeviceCompliancePolicyAssignment, ICallback<DeviceCompliancePolicyAssignment> callback)
DeviceCompliancePolicyAssignment post(DeviceCompliancePolicyAssignment newDeviceCompliancePolicyAssignment) throws ClientException
ClientExceptionIDeviceCompliancePolicyAssignmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceCompliancePolicyAssignmentCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceCompliancePolicyAssignmentCollectionRequest top(int value)
value - the max number of items to return