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