Class PutSynonymResponse
java.lang.Object
co.elastic.clients.elasticsearch.synonyms.PutSynonymResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutSynonymResponse>
Json deserializer forPutSynonymResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic PutSynonymResponse
final ReloadResult
Required - API name:reload_analyzers_details
final Result
result()
Required - API name:result
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPutSynonymResponse
-
-
Method Details
-
of
public static PutSynonymResponse of(Function<PutSynonymResponse.Builder, ObjectBuilder<PutSynonymResponse>> fn) -
result
Required - API name:result
-
reloadAnalyzersDetails
Required - API name:reload_analyzers_details
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPutSynonymResponseDeserializer
protected static void setupPutSynonymResponseDeserializer(ObjectDeserializer<PutSynonymResponse.Builder> op)
-