Class PutIndexTemplateResponse
- java.lang.Object
-
- org.opensearch.client.opensearch._types.AcknowledgedResponseBase
-
- org.opensearch.client.opensearch.indices.PutIndexTemplateResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class PutIndexTemplateResponse extends AcknowledgedResponseBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutIndexTemplateResponse.BuilderBuilder forPutIndexTemplateResponse.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase
AcknowledgedResponseBase.AbstractBuilder<BuilderT extends AcknowledgedResponseBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PutIndexTemplateResponse>_DESERIALIZERJson deserializer forPutIndexTemplateResponse
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PutIndexTemplateResponseof(java.util.function.Function<PutIndexTemplateResponse.Builder,ObjectBuilder<PutIndexTemplateResponse>> fn)protected static voidsetupPutIndexTemplateResponseDeserializer(ObjectDeserializer<PutIndexTemplateResponse.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase
acknowledged, serialize, serializeInternal, setupAcknowledgedResponseBaseDeserializer
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<PutIndexTemplateResponse> _DESERIALIZER
Json deserializer forPutIndexTemplateResponse
-
-
Method Detail
-
of
public static PutIndexTemplateResponse of(java.util.function.Function<PutIndexTemplateResponse.Builder,ObjectBuilder<PutIndexTemplateResponse>> fn)
-
setupPutIndexTemplateResponseDeserializer
protected static void setupPutIndexTemplateResponseDeserializer(ObjectDeserializer<PutIndexTemplateResponse.Builder> op)
-
-