Class IndexTemplateItem
java.lang.Object
co.elastic.clients.elasticsearch.indices.get_index_template.IndexTemplateItem
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexTemplateItem>Json deserializer forIndexTemplateItem -
Method Summary
Modifier and TypeMethodDescriptionfinal IndexTemplateRequired - API name:index_templatefinal Stringname()Required - API name:namestatic IndexTemplateItemvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexTemplateItem
-
-
Method Details
-
of
public static IndexTemplateItem of(Function<IndexTemplateItem.Builder, ObjectBuilder<IndexTemplateItem>> fn) -
name
Required - API name:name -
indexTemplate
Required - API name:index_template -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIndexTemplateItemDeserializer
protected static void setupIndexTemplateItemDeserializer(ObjectDeserializer<IndexTemplateItem.Builder> op)
-