Uses of Class
odata.msgraph.client.beta.enums.BitLockerRecoveryPasswordRotationType
-
Packages that use BitLockerRecoveryPasswordRotationType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of BitLockerRecoveryPasswordRotationType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as BitLockerRecoveryPasswordRotationType Modifier and Type Field Description protected BitLockerRecoveryPasswordRotationTypeWindows10EndpointProtectionConfiguration. bitLockerRecoveryPasswordRotationMethods in odata.msgraph.client.beta.entity that return types with arguments of type BitLockerRecoveryPasswordRotationType Modifier and Type Method Description Optional<BitLockerRecoveryPasswordRotationType>Windows10EndpointProtectionConfiguration. getBitLockerRecoveryPasswordRotation()“This setting initiates a client-driven recovery password rotation after an OS drive recovery (either by using bootmgr or WinRE).”Methods in odata.msgraph.client.beta.entity with parameters of type BitLockerRecoveryPasswordRotationType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. bitLockerRecoveryPasswordRotation(BitLockerRecoveryPasswordRotationType bitLockerRecoveryPasswordRotation)“This setting initiates a client-driven recovery password rotation after an OS drive recovery (either by using bootmgr or WinRE).”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withBitLockerRecoveryPasswordRotation(BitLockerRecoveryPasswordRotationType bitLockerRecoveryPasswordRotation)Returns an immutable copy ofthiswith just thebitLockerRecoveryPasswordRotationfield changed. -
Uses of BitLockerRecoveryPasswordRotationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return BitLockerRecoveryPasswordRotationType Modifier and Type Method Description static BitLockerRecoveryPasswordRotationTypeBitLockerRecoveryPasswordRotationType. valueOf(String name)Returns the enum constant of this type with the specified name.static BitLockerRecoveryPasswordRotationType[]BitLockerRecoveryPasswordRotationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-