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