Uses of Class
odata.msgraph.client.beta.enums.RegistryHive
-
Packages that use RegistryHive Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of RegistryHive in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RegistryHive Modifier and Type Field Description protected RegistryHiveRegistryKeyState. hiveMethods in odata.msgraph.client.beta.complex that return types with arguments of type RegistryHive Modifier and Type Method Description Optional<RegistryHive>RegistryKeyState. getHive()Methods in odata.msgraph.client.beta.complex with parameters of type RegistryHive Modifier and Type Method Description RegistryKeyState.BuilderRegistryKeyState.Builder. hive(RegistryHive hive)RegistryKeyStateRegistryKeyState. withHive(RegistryHive hive) -
Uses of RegistryHive in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RegistryHive Modifier and Type Method Description static RegistryHiveRegistryHive. valueOf(String name)Returns 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.
-