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