public class DeviceComplianceDeviceStatusRequest extends BaseRequest implements IDeviceComplianceDeviceStatusRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
DeviceComplianceDeviceStatusRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the DeviceComplianceDeviceStatus
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<DeviceComplianceDeviceStatus> callback)
Delete this item from the service
|
IDeviceComplianceDeviceStatusRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DeviceComplianceDeviceStatus |
get()
Gets the DeviceComplianceDeviceStatus from the service
|
void |
get(ICallback<DeviceComplianceDeviceStatus> callback)
Gets the DeviceComplianceDeviceStatus from the service
|
DeviceComplianceDeviceStatus |
patch(DeviceComplianceDeviceStatus sourceDeviceComplianceDeviceStatus)
Patches this DeviceComplianceDeviceStatus with a source
|
void |
patch(DeviceComplianceDeviceStatus sourceDeviceComplianceDeviceStatus,
ICallback<DeviceComplianceDeviceStatus> callback)
Patches this DeviceComplianceDeviceStatus with a source
|
DeviceComplianceDeviceStatus |
post(DeviceComplianceDeviceStatus newDeviceComplianceDeviceStatus)
Creates a DeviceComplianceDeviceStatus with a new object
|
void |
post(DeviceComplianceDeviceStatus newDeviceComplianceDeviceStatus,
ICallback<DeviceComplianceDeviceStatus> callback)
Creates a DeviceComplianceDeviceStatus with a new object
|
IDeviceComplianceDeviceStatusRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic DeviceComplianceDeviceStatusRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<DeviceComplianceDeviceStatus> callback)
get in interface IDeviceComplianceDeviceStatusRequestcallback - the callback to be called after success or failurepublic DeviceComplianceDeviceStatus get() throws ClientException
get in interface IDeviceComplianceDeviceStatusRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<DeviceComplianceDeviceStatus> callback)
delete in interface IDeviceComplianceDeviceStatusRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IDeviceComplianceDeviceStatusRequestClientException - if there was an exception during the delete operationpublic void patch(DeviceComplianceDeviceStatus sourceDeviceComplianceDeviceStatus, ICallback<DeviceComplianceDeviceStatus> callback)
patch in interface IDeviceComplianceDeviceStatusRequestsourceDeviceComplianceDeviceStatus - the source object with updatescallback - the callback to be called after success or failurepublic DeviceComplianceDeviceStatus patch(DeviceComplianceDeviceStatus sourceDeviceComplianceDeviceStatus) throws ClientException
patch in interface IDeviceComplianceDeviceStatusRequestsourceDeviceComplianceDeviceStatus - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(DeviceComplianceDeviceStatus newDeviceComplianceDeviceStatus, ICallback<DeviceComplianceDeviceStatus> callback)
post in interface IDeviceComplianceDeviceStatusRequestnewDeviceComplianceDeviceStatus - the new object to createcallback - the callback to be called after success or failurepublic DeviceComplianceDeviceStatus post(DeviceComplianceDeviceStatus newDeviceComplianceDeviceStatus) throws ClientException
post in interface IDeviceComplianceDeviceStatusRequestnewDeviceComplianceDeviceStatus - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic IDeviceComplianceDeviceStatusRequest select(java.lang.String value)
select in interface IDeviceComplianceDeviceStatusRequestvalue - the select clausepublic IDeviceComplianceDeviceStatusRequest expand(java.lang.String value)
expand in interface IDeviceComplianceDeviceStatusRequestvalue - the expand clause