public class DeviceConfigurationUserStatusRequest extends BaseRequest implements IDeviceConfigurationUserStatusRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
DeviceConfigurationUserStatusRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the DeviceConfigurationUserStatus
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<DeviceConfigurationUserStatus> callback)
Delete this item from the service
|
IDeviceConfigurationUserStatusRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DeviceConfigurationUserStatus |
get()
Gets the DeviceConfigurationUserStatus from the service
|
void |
get(ICallback<DeviceConfigurationUserStatus> callback)
Gets the DeviceConfigurationUserStatus from the service
|
DeviceConfigurationUserStatus |
patch(DeviceConfigurationUserStatus sourceDeviceConfigurationUserStatus)
Patches this DeviceConfigurationUserStatus with a source
|
void |
patch(DeviceConfigurationUserStatus sourceDeviceConfigurationUserStatus,
ICallback<DeviceConfigurationUserStatus> callback)
Patches this DeviceConfigurationUserStatus with a source
|
DeviceConfigurationUserStatus |
post(DeviceConfigurationUserStatus newDeviceConfigurationUserStatus)
Creates a DeviceConfigurationUserStatus with a new object
|
void |
post(DeviceConfigurationUserStatus newDeviceConfigurationUserStatus,
ICallback<DeviceConfigurationUserStatus> callback)
Creates a DeviceConfigurationUserStatus with a new object
|
IDeviceConfigurationUserStatusRequest |
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 DeviceConfigurationUserStatusRequest(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<DeviceConfigurationUserStatus> callback)
get in interface IDeviceConfigurationUserStatusRequestcallback - the callback to be called after success or failurepublic DeviceConfigurationUserStatus get() throws ClientException
get in interface IDeviceConfigurationUserStatusRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<DeviceConfigurationUserStatus> callback)
delete in interface IDeviceConfigurationUserStatusRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IDeviceConfigurationUserStatusRequestClientException - if there was an exception during the delete operationpublic void patch(DeviceConfigurationUserStatus sourceDeviceConfigurationUserStatus, ICallback<DeviceConfigurationUserStatus> callback)
patch in interface IDeviceConfigurationUserStatusRequestsourceDeviceConfigurationUserStatus - the source object with updatescallback - the callback to be called after success or failurepublic DeviceConfigurationUserStatus patch(DeviceConfigurationUserStatus sourceDeviceConfigurationUserStatus) throws ClientException
patch in interface IDeviceConfigurationUserStatusRequestsourceDeviceConfigurationUserStatus - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(DeviceConfigurationUserStatus newDeviceConfigurationUserStatus, ICallback<DeviceConfigurationUserStatus> callback)
post in interface IDeviceConfigurationUserStatusRequestnewDeviceConfigurationUserStatus - the new object to createcallback - the callback to be called after success or failurepublic DeviceConfigurationUserStatus post(DeviceConfigurationUserStatus newDeviceConfigurationUserStatus) throws ClientException
post in interface IDeviceConfigurationUserStatusRequestnewDeviceConfigurationUserStatus - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic IDeviceConfigurationUserStatusRequest select(java.lang.String value)
select in interface IDeviceConfigurationUserStatusRequestvalue - the select clausepublic IDeviceConfigurationUserStatusRequest expand(java.lang.String value)
expand in interface IDeviceConfigurationUserStatusRequestvalue - the expand clause