Enum Class RegistryHive

java.lang.Object
java.lang.Enum<RegistryHive>
com.microsoft.graph.models.RegistryHive
All Implemented Interfaces:
Serializable, Comparable<RegistryHive>, Constable

public enum RegistryHive extends Enum<RegistryHive>
The Enum Registry Hive.
  • Enum Constant Details

    • UNKNOWN

      public static final RegistryHive UNKNOWN
      unknown
    • CURRENT_CONFIG

      public static final RegistryHive CURRENT_CONFIG
      current Config
    • CURRENT_USER

      public static final RegistryHive CURRENT_USER
      current User
    • LOCAL_MACHINE_SAM

      public static final RegistryHive LOCAL_MACHINE_SAM
      local Machine Sam
    • LOCAL_MACHINE_SECURITY

      public static final RegistryHive LOCAL_MACHINE_SECURITY
      local Machine Security
    • LOCAL_MACHINE_SOFTWARE

      public static final RegistryHive LOCAL_MACHINE_SOFTWARE
      local Machine Software
    • LOCAL_MACHINE_SYSTEM

      public static final RegistryHive LOCAL_MACHINE_SYSTEM
      local Machine System
    • USERS_DEFAULT

      public static final RegistryHive USERS_DEFAULT
      users Default
    • UNKNOWN_FUTURE_VALUE

      public static final RegistryHive UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final RegistryHive UNEXPECTED_VALUE
      For RegistryHive values that were not expected from the service
  • Method Details

    • values

      public static RegistryHive[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RegistryHive valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null