Enum Class Suggestions.TYPE

java.lang.Object
java.lang.Enum<Suggestions.TYPE>
com.atlan.model.search.Suggestions.TYPE
All Implemented Interfaces:
Serializable, Comparable<Suggestions.TYPE>, Constable
Enclosing class:
Suggestions

public static enum Suggestions.TYPE extends Enum<Suggestions.TYPE>
  • Enum Constant Details

    • SystemDescription

      public static final Suggestions.TYPE SystemDescription
      System-level description suggestions.
    • UserDescription

      public static final Suggestions.TYPE UserDescription
      User-provided description suggestions.
    • IndividualOwners

      public static final Suggestions.TYPE IndividualOwners
      Suggestions for individual users who could be owners.
    • GroupOwners

      public static final Suggestions.TYPE GroupOwners
      Suggestions for groups who could be owners.
    • Tags

      public static final Suggestions.TYPE Tags
      Suggestions for Atlan tags to assign to the asset.
    • Terms

      public static final Suggestions.TYPE Terms
      Suggestions for terms to assign to the asset.
  • Method Details

    • values

      public static Suggestions.TYPE[] 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 Suggestions.TYPE 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