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