public class ManagedDeviceMobileAppConfigurationDeviceStatusRequest extends BaseRequest implements IManagedDeviceMobileAppConfigurationDeviceStatusRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING
Constructor and Description |
---|
ManagedDeviceMobileAppConfigurationDeviceStatusRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the ManagedDeviceMobileAppConfigurationDeviceStatus
|
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<ManagedDeviceMobileAppConfigurationDeviceStatus> callback)
Delete this item from the service
|
IManagedDeviceMobileAppConfigurationDeviceStatusRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedDeviceMobileAppConfigurationDeviceStatus |
get()
Gets the ManagedDeviceMobileAppConfigurationDeviceStatus from the service
|
void |
get(ICallback<ManagedDeviceMobileAppConfigurationDeviceStatus> callback)
Gets the ManagedDeviceMobileAppConfigurationDeviceStatus from the service
|
ManagedDeviceMobileAppConfigurationDeviceStatus |
patch(ManagedDeviceMobileAppConfigurationDeviceStatus sourceManagedDeviceMobileAppConfigurationDeviceStatus)
Patches this ManagedDeviceMobileAppConfigurationDeviceStatus with a source
|
void |
patch(ManagedDeviceMobileAppConfigurationDeviceStatus sourceManagedDeviceMobileAppConfigurationDeviceStatus,
ICallback<ManagedDeviceMobileAppConfigurationDeviceStatus> callback)
Patches this ManagedDeviceMobileAppConfigurationDeviceStatus with a source
|
ManagedDeviceMobileAppConfigurationDeviceStatus |
post(ManagedDeviceMobileAppConfigurationDeviceStatus newManagedDeviceMobileAppConfigurationDeviceStatus)
Creates a ManagedDeviceMobileAppConfigurationDeviceStatus with a new object
|
void |
post(ManagedDeviceMobileAppConfigurationDeviceStatus newManagedDeviceMobileAppConfigurationDeviceStatus,
ICallback<ManagedDeviceMobileAppConfigurationDeviceStatus> callback)
Creates a ManagedDeviceMobileAppConfigurationDeviceStatus with a new object
|
IManagedDeviceMobileAppConfigurationDeviceStatusRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getFunctionOptions, getHeaders, getHttpMethod, getOptions, getQueryOptions, getRequestUrl, getResponseType, getUseCaches, send, send, setHttpMethod, setUseCaches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
public ManagedDeviceMobileAppConfigurationDeviceStatusRequest(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<ManagedDeviceMobileAppConfigurationDeviceStatus> callback)
get
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
callback
- the callback to be called after success or failurepublic ManagedDeviceMobileAppConfigurationDeviceStatus get() throws ClientException
get
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
ClientException
- this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<ManagedDeviceMobileAppConfigurationDeviceStatus> callback)
delete
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
callback
- the callback when the deletion action has completedpublic void delete() throws ClientException
delete
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
ClientException
- if there was an exception during the delete operationpublic void patch(ManagedDeviceMobileAppConfigurationDeviceStatus sourceManagedDeviceMobileAppConfigurationDeviceStatus, ICallback<ManagedDeviceMobileAppConfigurationDeviceStatus> callback)
patch
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
sourceManagedDeviceMobileAppConfigurationDeviceStatus
- the source object with updatescallback
- the callback to be called after success or failurepublic ManagedDeviceMobileAppConfigurationDeviceStatus patch(ManagedDeviceMobileAppConfigurationDeviceStatus sourceManagedDeviceMobileAppConfigurationDeviceStatus) throws ClientException
patch
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
sourceManagedDeviceMobileAppConfigurationDeviceStatus
- the source object with updatesClientException
- this exception occurs if the request was unable to complete for any reasonpublic void post(ManagedDeviceMobileAppConfigurationDeviceStatus newManagedDeviceMobileAppConfigurationDeviceStatus, ICallback<ManagedDeviceMobileAppConfigurationDeviceStatus> callback)
post
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
newManagedDeviceMobileAppConfigurationDeviceStatus
- the new object to createcallback
- the callback to be called after success or failurepublic ManagedDeviceMobileAppConfigurationDeviceStatus post(ManagedDeviceMobileAppConfigurationDeviceStatus newManagedDeviceMobileAppConfigurationDeviceStatus) throws ClientException
post
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
newManagedDeviceMobileAppConfigurationDeviceStatus
- the new object to createClientException
- this exception occurs if the request was unable to complete for any reasonpublic IManagedDeviceMobileAppConfigurationDeviceStatusRequest select(java.lang.String value)
select
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
value
- the select clausepublic IManagedDeviceMobileAppConfigurationDeviceStatusRequest expand(java.lang.String value)
expand
in interface IManagedDeviceMobileAppConfigurationDeviceStatusRequest
value
- the expand clause