Enum Class CatComponentColumn
- All Implemented Interfaces:
- JsonEnum,- JsonpSerializable,- Serializable,- Comparable<CatComponentColumn>,- Constable
@JsonpDeserializable
public enum CatComponentColumn
extends Enum<CatComponentColumn>
implements JsonEnum
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface co.elastic.clients.json.JsonEnumJsonEnum.Deserializer<T extends JsonEnum>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe number of aliases in the component template.The index templates that include this component template.The number of mappings in the component template.The number of metadata entries in the component template.The name of the component template.The number of settings in the component template.The version number of the component template.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionString[]aliases()static CatComponentColumnReturns the enum constant of this class with the specified name.static CatComponentColumn[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
NameThe name of the component template.
- 
VersionThe version number of the component template.
- 
AliasCountThe number of aliases in the component template.
- 
MappingCountThe number of mappings in the component template.
- 
SettingsCountThe number of settings in the component template.
- 
MetadataCountThe number of metadata entries in the component template.
- 
IncludedInThe index templates that include this component template.
 
- 
- 
Field Details- 
_DESERIALIZER
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
jsonValue
- 
aliases
 
-