Class UpdateNativeResponse
java.lang.Object
co.elastic.clients.elasticsearch.connector.UpdateNativeResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UpdateNativeResponse>Json deserializer forUpdateNativeResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateNativeResponsefinal 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
-
_DESERIALIZER
Json deserializer forUpdateNativeResponse
-
-
Method Details
-
of
public static UpdateNativeResponse of(Function<UpdateNativeResponse.Builder, ObjectBuilder<UpdateNativeResponse>> fn) -
result
Required - API name:result -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupUpdateNativeResponseDeserializer
protected static void setupUpdateNativeResponseDeserializer(ObjectDeserializer<UpdateNativeResponse.Builder> op)
-