public interface IDeviceManagementRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super DeviceManagement> callback)
Delete this item from the service
|
IDeviceManagementRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DeviceManagement |
get()
Gets the DeviceManagement from the service
|
void |
get(ICallback<? super DeviceManagement> callback)
Gets the DeviceManagement from the service
|
DeviceManagement |
patch(DeviceManagement sourceDeviceManagement)
Patches this DeviceManagement with a source
|
void |
patch(DeviceManagement sourceDeviceManagement,
ICallback<? super DeviceManagement> callback)
Patches this DeviceManagement with a source
|
DeviceManagement |
post(DeviceManagement newDeviceManagement)
Posts a DeviceManagement with a new object
|
void |
post(DeviceManagement newDeviceManagement,
ICallback<? super DeviceManagement> callback)
Posts a DeviceManagement with a new object
|
DeviceManagement |
put(DeviceManagement newDeviceManagement)
Posts a DeviceManagement with a new object
|
void |
put(DeviceManagement newDeviceManagement,
ICallback<? super DeviceManagement> callback)
Posts a DeviceManagement with a new object
|
IDeviceManagementRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super DeviceManagement> callback)
callback - the callback to be called after success or failureDeviceManagement get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super DeviceManagement> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(DeviceManagement sourceDeviceManagement, ICallback<? super DeviceManagement> callback)
sourceDeviceManagement - the source object with updatescallback - the callback to be called after success or failureDeviceManagement patch(DeviceManagement sourceDeviceManagement) throws ClientException
sourceDeviceManagement - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(DeviceManagement newDeviceManagement, ICallback<? super DeviceManagement> callback)
newDeviceManagement - the new object to createcallback - the callback to be called after success or failureDeviceManagement post(DeviceManagement newDeviceManagement) throws ClientException
newDeviceManagement - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(DeviceManagement newDeviceManagement, ICallback<? super DeviceManagement> callback)
newDeviceManagement - the object to create/updatecallback - the callback to be called after success or failureDeviceManagement put(DeviceManagement newDeviceManagement) throws ClientException
newDeviceManagement - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIDeviceManagementRequest select(java.lang.String value)
value - the select clauseIDeviceManagementRequest expand(java.lang.String value)
value - the expand clause