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