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