public class Windows10EnterpriseModernAppManagementConfigurationRequest extends com.microsoft.graph.http.BaseRequest<Windows10EnterpriseModernAppManagementConfiguration>
Constructor and Description |
---|
Windows10EnterpriseModernAppManagementConfigurationRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the Windows10EnterpriseModernAppManagementConfiguration
|
Modifier and Type | Method and Description |
---|---|
Windows10EnterpriseModernAppManagementConfiguration |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> |
deleteAsync()
Delete this item from the service
|
Windows10EnterpriseModernAppManagementConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Windows10EnterpriseModernAppManagementConfiguration |
get()
Gets the Windows10EnterpriseModernAppManagementConfiguration from the service
|
java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> |
getAsync()
Gets the Windows10EnterpriseModernAppManagementConfiguration from the service
|
Windows10EnterpriseModernAppManagementConfiguration |
patch(Windows10EnterpriseModernAppManagementConfiguration sourceWindows10EnterpriseModernAppManagementConfiguration)
Patches this Windows10EnterpriseModernAppManagementConfiguration with a source
|
java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> |
patchAsync(Windows10EnterpriseModernAppManagementConfiguration sourceWindows10EnterpriseModernAppManagementConfiguration)
Patches this Windows10EnterpriseModernAppManagementConfiguration with a source
|
Windows10EnterpriseModernAppManagementConfiguration |
post(Windows10EnterpriseModernAppManagementConfiguration newWindows10EnterpriseModernAppManagementConfiguration)
Creates a Windows10EnterpriseModernAppManagementConfiguration with a new object
|
java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> |
postAsync(Windows10EnterpriseModernAppManagementConfiguration newWindows10EnterpriseModernAppManagementConfiguration)
Creates a Windows10EnterpriseModernAppManagementConfiguration with a new object
|
Windows10EnterpriseModernAppManagementConfiguration |
put(Windows10EnterpriseModernAppManagementConfiguration newWindows10EnterpriseModernAppManagementConfiguration)
Creates a Windows10EnterpriseModernAppManagementConfiguration with a new object
|
java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> |
putAsync(Windows10EnterpriseModernAppManagementConfiguration newWindows10EnterpriseModernAppManagementConfiguration)
Creates a Windows10EnterpriseModernAppManagementConfiguration with a new object
|
Windows10EnterpriseModernAppManagementConfigurationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addCountOption, addExpandOption, addFilterOption, addFunctionOption, addHeader, addOrderByOption, addQueryOption, addSelectOption, addSkipOption, addSkipTokenOption, addTopOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, sendAsync, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public Windows10EnterpriseModernAppManagementConfigurationRequest(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request@Nonnull public java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> getAsync()
@Nullable public Windows10EnterpriseModernAppManagementConfiguration get() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> deleteAsync()
@Nullable public Windows10EnterpriseModernAppManagementConfiguration delete() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException
- if there was an exception during the delete operation@Nonnull public java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> patchAsync(@Nonnull Windows10EnterpriseModernAppManagementConfiguration sourceWindows10EnterpriseModernAppManagementConfiguration)
sourceWindows10EnterpriseModernAppManagementConfiguration
- the source object with updates@Nullable public Windows10EnterpriseModernAppManagementConfiguration patch(@Nonnull Windows10EnterpriseModernAppManagementConfiguration sourceWindows10EnterpriseModernAppManagementConfiguration) throws com.microsoft.graph.core.ClientException
sourceWindows10EnterpriseModernAppManagementConfiguration
- the source object with updatescom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> postAsync(@Nonnull Windows10EnterpriseModernAppManagementConfiguration newWindows10EnterpriseModernAppManagementConfiguration)
newWindows10EnterpriseModernAppManagementConfiguration
- the new object to create@Nullable public Windows10EnterpriseModernAppManagementConfiguration post(@Nonnull Windows10EnterpriseModernAppManagementConfiguration newWindows10EnterpriseModernAppManagementConfiguration) throws com.microsoft.graph.core.ClientException
newWindows10EnterpriseModernAppManagementConfiguration
- the new object to createcom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<Windows10EnterpriseModernAppManagementConfiguration> putAsync(@Nonnull Windows10EnterpriseModernAppManagementConfiguration newWindows10EnterpriseModernAppManagementConfiguration)
newWindows10EnterpriseModernAppManagementConfiguration
- the object to create/update@Nullable public Windows10EnterpriseModernAppManagementConfiguration put(@Nonnull Windows10EnterpriseModernAppManagementConfiguration newWindows10EnterpriseModernAppManagementConfiguration) throws com.microsoft.graph.core.ClientException
newWindows10EnterpriseModernAppManagementConfiguration
- the object to create/updatecom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public Windows10EnterpriseModernAppManagementConfigurationRequest select(@Nonnull java.lang.String value)
value
- the select clause@Nonnull public Windows10EnterpriseModernAppManagementConfigurationRequest expand(@Nonnull java.lang.String value)
value
- the expand clause