Package ai.confiqure

Enum Confiqure.DataScope

java.lang.Object
java.lang.Enum<Confiqure.DataScope>
ai.confiqure.Confiqure.DataScope
All Implemented Interfaces:
Serializable, Comparable<Confiqure.DataScope>, java.lang.constant.Constable
Enclosing class:
Confiqure

public static enum Confiqure.DataScope extends Enum<Confiqure.DataScope>
Ownership of a saved configuration: shared across an organization, or private to each end user.
  • Enum Constant Details

  • Method Details

    • values

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

      public static Confiqure.DataScope valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null