Class UpdateNameResponse
java.lang.Object
co.elastic.clients.elasticsearch.connector.UpdateNameResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UpdateNameResponse>Json deserializer forUpdateNameResponse
- 
Method SummaryModifier and TypeMethodDescriptionstatic UpdateNameResponsefinal Resultresult()Required - API name:resultvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forUpdateNameResponse
 
- 
- 
Method Details- 
ofpublic static UpdateNameResponse of(Function<UpdateNameResponse.Builder, ObjectBuilder<UpdateNameResponse>> fn) 
- 
resultRequired - API name:result
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupUpdateNameResponseDeserializerprotected static void setupUpdateNameResponseDeserializer(ObjectDeserializer<UpdateNameResponse.Builder> op) 
 
-