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