Package com.atlan.model.search
Enum Class Suggestions.TYPE
- All Implemented Interfaces:
Serializable
,Comparable<Suggestions.TYPE>
,Constable
- Enclosing class:
- Suggestions
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionSuggestions for groups who could be owners.Suggestions for individual users who could be owners.System-level description suggestions.Suggestions for Atlan tags to assign to the asset.Suggestions for terms to assign to the asset.User-provided description suggestions. -
Method Summary
Modifier and TypeMethodDescriptionstatic Suggestions.TYPE
Returns the enum constant of this class with the specified name.static Suggestions.TYPE[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SystemDescription
System-level description suggestions. -
UserDescription
User-provided description suggestions. -
IndividualOwners
Suggestions for individual users who could be owners. -
GroupOwners
Suggestions for groups who could be owners. -
Tags
Suggestions for Atlan tags to assign to the asset. -
Terms
Suggestions for terms to assign to the asset.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-