public class BitlockerRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Bitlocker>
| Constructor and Description |
|---|
BitlockerRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the Bitlocker
|
| Modifier and Type | Method and Description |
|---|---|
BitlockerRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
BitlockerRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
BitlockerRecoveryKeyCollectionRequestBuilder |
recoveryKeys()
Gets a request builder for the BitlockerRecoveryKey collection
|
BitlockerRecoveryKeyRequestBuilder |
recoveryKeys(java.lang.String id)
Gets a request builder for the BitlockerRecoveryKey item
|
public BitlockerRequestBuilder(@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 BitlockerRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public BitlockerRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public BitlockerRecoveryKeyCollectionRequestBuilder recoveryKeys()
@Nonnull public BitlockerRecoveryKeyRequestBuilder recoveryKeys(@Nonnull java.lang.String id)
id - the item identifier