Class BitlockerRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Bitlocker>
-
- odata.msgraph.client.entity.request.BitlockerRequest
-
public class BitlockerRequest extends com.github.davidmoten.odata.client.EntityRequest<Bitlocker>
-
-
Constructor Summary
Constructors Constructor Description BitlockerRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitlockerRecoveryKeyCollectionRequestrecoveryKeys()BitlockerRecoveryKeyRequestrecoveryKeys(String id)
-
-
-
Method Detail
-
recoveryKeys
public BitlockerRecoveryKeyRequest recoveryKeys(String id)
-
recoveryKeys
public BitlockerRecoveryKeyCollectionRequest recoveryKeys()
-
-