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