Uses of Class
odata.msgraph.client.beta.enums.MacOSFileVaultRecoveryKeyTypes
-
Packages that use MacOSFileVaultRecoveryKeyTypes Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MacOSFileVaultRecoveryKeyTypes in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MacOSFileVaultRecoveryKeyTypes Modifier and Type Field Description protected MacOSFileVaultRecoveryKeyTypesMacOSEndpointProtectionConfiguration. fileVaultSelectedRecoveryKeyTypesMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSFileVaultRecoveryKeyTypes Modifier and Type Method Description Optional<MacOSFileVaultRecoveryKeyTypes>MacOSEndpointProtectionConfiguration. getFileVaultSelectedRecoveryKeyTypes()“Required if FileVault is enabled, determines the type(s) of recovery key to use.”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSFileVaultRecoveryKeyTypes Modifier and Type Method Description MacOSEndpointProtectionConfiguration.BuilderMacOSEndpointProtectionConfiguration.Builder. fileVaultSelectedRecoveryKeyTypes(MacOSFileVaultRecoveryKeyTypes fileVaultSelectedRecoveryKeyTypes)“Required if FileVault is enabled, determines the type(s) of recovery key to use.”MacOSEndpointProtectionConfigurationMacOSEndpointProtectionConfiguration. withFileVaultSelectedRecoveryKeyTypes(MacOSFileVaultRecoveryKeyTypes fileVaultSelectedRecoveryKeyTypes)Returns an immutable copy ofthiswith just thefileVaultSelectedRecoveryKeyTypesfield changed. -
Uses of MacOSFileVaultRecoveryKeyTypes in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MacOSFileVaultRecoveryKeyTypes Modifier and Type Method Description static MacOSFileVaultRecoveryKeyTypesMacOSFileVaultRecoveryKeyTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOSFileVaultRecoveryKeyTypes[]MacOSFileVaultRecoveryKeyTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-