Uses of Enum
com.microsoft.graph.models.BitLockerEncryptionMethod
Packages that use BitLockerEncryptionMethod
-
Uses of BitLockerEncryptionMethod in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BitLockerEncryptionMethodModifier and TypeMethodDescriptionstatic BitLockerEncryptionMethodBitLockerRemovableDrivePolicy.getEncryptionMethod()Gets the encryptionMethod property value.static BitLockerEncryptionMethodReturns 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.Methods in com.microsoft.graph.models with parameters of type BitLockerEncryptionMethodModifier and TypeMethodDescriptionvoidBitLockerRemovableDrivePolicy.setEncryptionMethod(BitLockerEncryptionMethod value) Sets the encryptionMethod property value.