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