public interface IDeviceConfigurationAssignmentCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceConfigurationAssignmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceConfigurationAssignmentCollectionPage |
get() |
void |
get(ICallback<IDeviceConfigurationAssignmentCollectionPage> callback) |
DeviceConfigurationAssignment |
post(DeviceConfigurationAssignment newDeviceConfigurationAssignment) |
void |
post(DeviceConfigurationAssignment newDeviceConfigurationAssignment,
ICallback<DeviceConfigurationAssignment> callback) |
IDeviceConfigurationAssignmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceConfigurationAssignmentCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceConfigurationAssignmentCollectionPage> callback)
IDeviceConfigurationAssignmentCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceConfigurationAssignment newDeviceConfigurationAssignment, ICallback<DeviceConfigurationAssignment> callback)
DeviceConfigurationAssignment post(DeviceConfigurationAssignment newDeviceConfigurationAssignment) throws ClientException
ClientExceptionIDeviceConfigurationAssignmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceConfigurationAssignmentCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceConfigurationAssignmentCollectionRequest top(int value)
value - the max number of items to return