public interface IDeviceAndAppManagementRoleAssignmentRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<DeviceAndAppManagementRoleAssignment> callback)
Delete this item from the service
|
IDeviceAndAppManagementRoleAssignmentRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DeviceAndAppManagementRoleAssignment |
get()
Gets the DeviceAndAppManagementRoleAssignment from the service
|
void |
get(ICallback<DeviceAndAppManagementRoleAssignment> callback)
Gets the DeviceAndAppManagementRoleAssignment from the service
|
DeviceAndAppManagementRoleAssignment |
patch(DeviceAndAppManagementRoleAssignment sourceDeviceAndAppManagementRoleAssignment)
Patches this DeviceAndAppManagementRoleAssignment with a source
|
void |
patch(DeviceAndAppManagementRoleAssignment sourceDeviceAndAppManagementRoleAssignment,
ICallback<DeviceAndAppManagementRoleAssignment> callback)
Patches this DeviceAndAppManagementRoleAssignment with a source
|
DeviceAndAppManagementRoleAssignment |
post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment)
Posts a DeviceAndAppManagementRoleAssignment with a new object
|
void |
post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment,
ICallback<DeviceAndAppManagementRoleAssignment> callback)
Posts a DeviceAndAppManagementRoleAssignment with a new object
|
IDeviceAndAppManagementRoleAssignmentRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<DeviceAndAppManagementRoleAssignment> callback)
callback - the callback to be called after success or failureDeviceAndAppManagementRoleAssignment get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<DeviceAndAppManagementRoleAssignment> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(DeviceAndAppManagementRoleAssignment sourceDeviceAndAppManagementRoleAssignment, ICallback<DeviceAndAppManagementRoleAssignment> callback)
sourceDeviceAndAppManagementRoleAssignment - the source object with updatescallback - the callback to be called after success or failureDeviceAndAppManagementRoleAssignment patch(DeviceAndAppManagementRoleAssignment sourceDeviceAndAppManagementRoleAssignment) throws ClientException
sourceDeviceAndAppManagementRoleAssignment - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment, ICallback<DeviceAndAppManagementRoleAssignment> callback)
newDeviceAndAppManagementRoleAssignment - the new object to createcallback - the callback to be called after success or failureDeviceAndAppManagementRoleAssignment post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment) throws ClientException
newDeviceAndAppManagementRoleAssignment - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIDeviceAndAppManagementRoleAssignmentRequest select(java.lang.String value)
value - the select clauseIDeviceAndAppManagementRoleAssignmentRequest expand(java.lang.String value)
value - the expand clause