| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected BitLockerEncryptionMethod |
BitLockerRemovableDrivePolicy.encryptionMethod |
protected BitLockerEncryptionMethod |
BitLockerSystemDrivePolicy.encryptionMethod |
protected BitLockerEncryptionMethod |
BitLockerFixedDrivePolicy.encryptionMethod |
| Modifier and Type | Method and Description |
|---|---|
Optional<BitLockerEncryptionMethod> |
BitLockerRemovableDrivePolicy.getEncryptionMethod()
“Select the encryption method for removable drives.”
|
Optional<BitLockerEncryptionMethod> |
BitLockerSystemDrivePolicy.getEncryptionMethod()
“Select the encryption method for operating system drives.”
|
Optional<BitLockerEncryptionMethod> |
BitLockerFixedDrivePolicy.getEncryptionMethod()
“Select the encryption method for fixed drives.”
|
| Modifier and Type | Method and Description |
|---|---|
BitLockerRemovableDrivePolicy.Builder |
BitLockerRemovableDrivePolicy.Builder.encryptionMethod(BitLockerEncryptionMethod encryptionMethod)
“Select the encryption method for removable drives.”
|
BitLockerSystemDrivePolicy.Builder |
BitLockerSystemDrivePolicy.Builder.encryptionMethod(BitLockerEncryptionMethod encryptionMethod)
“Select the encryption method for operating system drives.”
|
BitLockerFixedDrivePolicy.Builder |
BitLockerFixedDrivePolicy.Builder.encryptionMethod(BitLockerEncryptionMethod encryptionMethod)
“Select the encryption method for fixed drives.”
|
BitLockerRemovableDrivePolicy |
BitLockerRemovableDrivePolicy.withEncryptionMethod(BitLockerEncryptionMethod encryptionMethod)
Returns an immutable copy of
this with just the encryptionMethod
field changed. |
BitLockerSystemDrivePolicy |
BitLockerSystemDrivePolicy.withEncryptionMethod(BitLockerEncryptionMethod encryptionMethod)
Returns an immutable copy of
this with just the encryptionMethod
field changed. |
BitLockerFixedDrivePolicy |
BitLockerFixedDrivePolicy.withEncryptionMethod(BitLockerEncryptionMethod encryptionMethod)
Returns an immutable copy of
this with just the encryptionMethod
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static BitLockerEncryptionMethod |
BitLockerEncryptionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitLockerEncryptionMethod[] |
BitLockerEncryptionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.