Class GetIndexTemplateResponse
java.lang.Object
co.elastic.clients.elasticsearch.indices.GetIndexTemplateResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetIndexTemplateResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetIndexTemplateResponse>Json deserializer forGetIndexTemplateResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<IndexTemplateItem>Required - API name:index_templatesstatic GetIndexTemplateResponsevoidserialize(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 forGetIndexTemplateResponse
-
-
Method Details
-
of
public static GetIndexTemplateResponse of(Function<GetIndexTemplateResponse.Builder, ObjectBuilder<GetIndexTemplateResponse>> fn) -
indexTemplates
Required - API name:index_templates -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetIndexTemplateResponseDeserializer
protected static void setupGetIndexTemplateResponseDeserializer(ObjectDeserializer<GetIndexTemplateResponse.Builder> op)
-