Uses of Class
odata.msgraph.client.beta.enums.BitLockerRecoveryInformationType
-
Packages that use BitLockerRecoveryInformationType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of BitLockerRecoveryInformationType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as BitLockerRecoveryInformationType Modifier and Type Field Description protected BitLockerRecoveryInformationTypeBitLockerRecoveryOptions. recoveryInformationToStoreMethods in odata.msgraph.client.beta.complex that return types with arguments of type BitLockerRecoveryInformationType Modifier and Type Method Description Optional<BitLockerRecoveryInformationType>BitLockerRecoveryOptions. getRecoveryInformationToStore()“Configure what pieces of BitLocker recovery information are stored to AD DS.”Methods in odata.msgraph.client.beta.complex with parameters of type BitLockerRecoveryInformationType Modifier and Type Method Description BitLockerRecoveryOptions.BuilderBitLockerRecoveryOptions.Builder. recoveryInformationToStore(BitLockerRecoveryInformationType recoveryInformationToStore)“Configure what pieces of BitLocker recovery information are stored to AD DS.”BitLockerRecoveryOptionsBitLockerRecoveryOptions. withRecoveryInformationToStore(BitLockerRecoveryInformationType recoveryInformationToStore)Returns an immutable copy ofthiswith just therecoveryInformationToStorefield changed. -
Uses of BitLockerRecoveryInformationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return BitLockerRecoveryInformationType Modifier and Type Method Description static BitLockerRecoveryInformationTypeBitLockerRecoveryInformationType. valueOf(String name)Returns the enum constant of this type with the specified name.static BitLockerRecoveryInformationType[]BitLockerRecoveryInformationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-