Uses of Class
odata.msgraph.client.enums.BitLockerEncryptionMethod
-
Packages that use BitLockerEncryptionMethod Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of BitLockerEncryptionMethod in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as BitLockerEncryptionMethod Modifier and Type Field Description protected BitLockerEncryptionMethodBitLockerRemovableDrivePolicy. encryptionMethodMethods in odata.msgraph.client.complex that return types with arguments of type BitLockerEncryptionMethod Modifier and Type Method Description Optional<BitLockerEncryptionMethod>BitLockerRemovableDrivePolicy. getEncryptionMethod()“Select the encryption method for removable drives.”Methods in odata.msgraph.client.complex with parameters of type BitLockerEncryptionMethod Modifier and Type Method Description BitLockerRemovableDrivePolicy.BuilderBitLockerRemovableDrivePolicy.Builder. encryptionMethod(BitLockerEncryptionMethod encryptionMethod)“Select the encryption method for removable drives.”BitLockerRemovableDrivePolicyBitLockerRemovableDrivePolicy. withEncryptionMethod(BitLockerEncryptionMethod encryptionMethod)Returns an immutable copy ofthiswith just theencryptionMethodfield changed. -
Uses of BitLockerEncryptionMethod in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return BitLockerEncryptionMethod Modifier and Type Method Description static BitLockerEncryptionMethodBitLockerEncryptionMethod. 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.
-