Package org.elasticsearch.client.indices
Class GetIndexTemplatesResponse
- java.lang.Object
-
- org.elasticsearch.client.indices.GetIndexTemplatesResponse
-
public class GetIndexTemplatesResponse extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static GetIndexTemplatesResponsefromXContent(XContentParser parser)List<IndexTemplateMetaData>getIndexTemplates()inthashCode()StringtoString()
-
-
-
Method Detail
-
getIndexTemplates
public List<IndexTemplateMetaData> getIndexTemplates()
-
fromXContent
public static GetIndexTemplatesResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-