Class PutMappingResponse
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
co.elastic.clients.elasticsearch._types.IndicesResponseBase
co.elastic.clients.elasticsearch.indices.PutMappingResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable public class PutMappingResponse extends IndicesResponseBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutMappingResponse.BuilderBuilder forPutMappingResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.IndicesResponseBase
IndicesResponseBase.AbstractBuilder<BuilderT extends IndicesResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PutMappingResponse>_DESERIALIZERJson deserializer forPutMappingResponse -
Method Summary
Modifier and Type Method Description static PutMappingResponseof(java.util.function.Function<PutMappingResponse.Builder,ObjectBuilder<PutMappingResponse>> fn)protected static voidsetupPutMappingResponseDeserializer(ObjectDeserializer<PutMappingResponse.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.IndicesResponseBase
serializeInternal, setupIndicesResponseBaseDeserializer, shardsMethods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
acknowledged, serialize, setupAcknowledgedResponseBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPutMappingResponse
-
-
Method Details
-
of
public static PutMappingResponse of(java.util.function.Function<PutMappingResponse.Builder,ObjectBuilder<PutMappingResponse>> fn) -
setupPutMappingResponseDeserializer
protected static void setupPutMappingResponseDeserializer(ObjectDeserializer<PutMappingResponse.Builder> op)
-