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