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