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