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