public class Windows10CustomConfigurationRequest extends com.microsoft.graph.http.BaseRequest<Windows10CustomConfiguration>
| Constructor and Description |
|---|
Windows10CustomConfigurationRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the Windows10CustomConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
Windows10CustomConfiguration |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<Windows10CustomConfiguration> |
deleteAsync()
Delete this item from the service
|
Windows10CustomConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Windows10CustomConfiguration |
get()
Gets the Windows10CustomConfiguration from the service
|
java.util.concurrent.CompletableFuture<Windows10CustomConfiguration> |
getAsync()
Gets the Windows10CustomConfiguration from the service
|
Windows10CustomConfiguration |
patch(Windows10CustomConfiguration sourceWindows10CustomConfiguration)
Patches this Windows10CustomConfiguration with a source
|
java.util.concurrent.CompletableFuture<Windows10CustomConfiguration> |
patchAsync(Windows10CustomConfiguration sourceWindows10CustomConfiguration)
Patches this Windows10CustomConfiguration with a source
|
Windows10CustomConfiguration |
post(Windows10CustomConfiguration newWindows10CustomConfiguration)
Creates a Windows10CustomConfiguration with a new object
|
java.util.concurrent.CompletableFuture<Windows10CustomConfiguration> |
postAsync(Windows10CustomConfiguration newWindows10CustomConfiguration)
Creates a Windows10CustomConfiguration with a new object
|
Windows10CustomConfiguration |
put(Windows10CustomConfiguration newWindows10CustomConfiguration)
Creates a Windows10CustomConfiguration with a new object
|
java.util.concurrent.CompletableFuture<Windows10CustomConfiguration> |
putAsync(Windows10CustomConfiguration newWindows10CustomConfiguration)
Creates a Windows10CustomConfiguration with a new object
|
Windows10CustomConfigurationRequest |
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, withHttpMethodpublic Windows10CustomConfigurationRequest(@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<Windows10CustomConfiguration> getAsync()
@Nullable public Windows10CustomConfiguration 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<Windows10CustomConfiguration> deleteAsync()
@Nullable public Windows10CustomConfiguration 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<Windows10CustomConfiguration> patchAsync(@Nonnull Windows10CustomConfiguration sourceWindows10CustomConfiguration)
sourceWindows10CustomConfiguration - the source object with updates@Nullable public Windows10CustomConfiguration patch(@Nonnull Windows10CustomConfiguration sourceWindows10CustomConfiguration) throws com.microsoft.graph.core.ClientException
sourceWindows10CustomConfiguration - 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<Windows10CustomConfiguration> postAsync(@Nonnull Windows10CustomConfiguration newWindows10CustomConfiguration)
newWindows10CustomConfiguration - the new object to create@Nullable public Windows10CustomConfiguration post(@Nonnull Windows10CustomConfiguration newWindows10CustomConfiguration) throws com.microsoft.graph.core.ClientException
newWindows10CustomConfiguration - 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<Windows10CustomConfiguration> putAsync(@Nonnull Windows10CustomConfiguration newWindows10CustomConfiguration)
newWindows10CustomConfiguration - the object to create/update@Nullable public Windows10CustomConfiguration put(@Nonnull Windows10CustomConfiguration newWindows10CustomConfiguration) throws com.microsoft.graph.core.ClientException
newWindows10CustomConfiguration - the object to create/updatecom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public Windows10CustomConfigurationRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public Windows10CustomConfigurationRequest expand(@Nonnull java.lang.String value)
value - the expand clause