public interface IDeviceConfigurationAssignmentRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super DeviceConfigurationAssignment> callback)
Delete this item from the service
|
IDeviceConfigurationAssignmentRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DeviceConfigurationAssignment |
get()
Gets the DeviceConfigurationAssignment from the service
|
void |
get(ICallback<? super DeviceConfigurationAssignment> callback)
Gets the DeviceConfigurationAssignment from the service
|
DeviceConfigurationAssignment |
patch(DeviceConfigurationAssignment sourceDeviceConfigurationAssignment)
Patches this DeviceConfigurationAssignment with a source
|
void |
patch(DeviceConfigurationAssignment sourceDeviceConfigurationAssignment,
ICallback<? super DeviceConfigurationAssignment> callback)
Patches this DeviceConfigurationAssignment with a source
|
DeviceConfigurationAssignment |
post(DeviceConfigurationAssignment newDeviceConfigurationAssignment)
Posts a DeviceConfigurationAssignment with a new object
|
void |
post(DeviceConfigurationAssignment newDeviceConfigurationAssignment,
ICallback<? super DeviceConfigurationAssignment> callback)
Posts a DeviceConfigurationAssignment with a new object
|
DeviceConfigurationAssignment |
put(DeviceConfigurationAssignment newDeviceConfigurationAssignment)
Posts a DeviceConfigurationAssignment with a new object
|
void |
put(DeviceConfigurationAssignment newDeviceConfigurationAssignment,
ICallback<? super DeviceConfigurationAssignment> callback)
Posts a DeviceConfigurationAssignment with a new object
|
IDeviceConfigurationAssignmentRequest |
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 DeviceConfigurationAssignment> callback)
callback - the callback to be called after success or failureDeviceConfigurationAssignment get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super DeviceConfigurationAssignment> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(DeviceConfigurationAssignment sourceDeviceConfigurationAssignment, ICallback<? super DeviceConfigurationAssignment> callback)
sourceDeviceConfigurationAssignment - the source object with updatescallback - the callback to be called after success or failureDeviceConfigurationAssignment patch(DeviceConfigurationAssignment sourceDeviceConfigurationAssignment) throws ClientException
sourceDeviceConfigurationAssignment - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(DeviceConfigurationAssignment newDeviceConfigurationAssignment, ICallback<? super DeviceConfigurationAssignment> callback)
newDeviceConfigurationAssignment - the new object to createcallback - the callback to be called after success or failureDeviceConfigurationAssignment post(DeviceConfigurationAssignment newDeviceConfigurationAssignment) throws ClientException
newDeviceConfigurationAssignment - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(DeviceConfigurationAssignment newDeviceConfigurationAssignment, ICallback<? super DeviceConfigurationAssignment> callback)
newDeviceConfigurationAssignment - the object to create/updatecallback - the callback to be called after success or failureDeviceConfigurationAssignment put(DeviceConfigurationAssignment newDeviceConfigurationAssignment) throws ClientException
newDeviceConfigurationAssignment - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIDeviceConfigurationAssignmentRequest select(java.lang.String value)
value - the select clauseIDeviceConfigurationAssignmentRequest expand(java.lang.String value)
value - the expand clause