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