Uses of Enum
com.microsoft.graph.models.RegistryHive
Packages that use RegistryHive
-
Uses of RegistryHive in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RegistryHiveModifier and TypeMethodDescriptionstatic RegistryHiveRegistryKeyState.getHive()Gets the hive property value.static RegistryHiveReturns the enum constant of this type with the specified name.static RegistryHive[]RegistryHive.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 RegistryHiveModifier and TypeMethodDescriptionvoidRegistryKeyState.setHive(RegistryHive value) Sets the hive property value.