Class PutMappingResponse
- java.lang.Object
-
- org.opensearch.client.opensearch._types.AcknowledgedResponseBase
-
- org.opensearch.client.opensearch._types.IndicesResponseBase
-
- org.opensearch.client.opensearch.indices.PutMappingResponse
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class PutMappingResponse extends IndicesResponseBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutMappingResponse.BuilderBuilder forPutMappingResponse.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._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
All Methods Static Methods Concrete Methods 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 org.opensearch.client.opensearch._types.IndicesResponseBase
serializeInternal, setupIndicesResponseBaseDeserializer, shards
-
Methods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase
acknowledged, serialize, setupAcknowledgedResponseBaseDeserializer
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<PutMappingResponse> _DESERIALIZER
Json deserializer forPutMappingResponse
-
-
Method Detail
-
of
public static PutMappingResponse of(java.util.function.Function<PutMappingResponse.Builder,ObjectBuilder<PutMappingResponse>> fn)
-
setupPutMappingResponseDeserializer
protected static void setupPutMappingResponseDeserializer(ObjectDeserializer<PutMappingResponse.Builder> op)
-
-