Class UpdateApiKeyResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.UpdateApiKeyResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UpdateApiKeyResponse>Json deserializer forUpdateApiKeyResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateApiKeyResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final booleanupdated()Required - Iftrue, the API key was updated.
-
Field Details
-
_DESERIALIZER
Json deserializer forUpdateApiKeyResponse
-
-
Method Details
-
of
public static UpdateApiKeyResponse of(Function<UpdateApiKeyResponse.Builder, ObjectBuilder<UpdateApiKeyResponse>> fn) -
updated
public final boolean updated()Required - Iftrue, the API key was updated. Iffalse, the API key didn't change because no change was detected.API name:
updated -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupUpdateApiKeyResponseDeserializer
protected static void setupUpdateApiKeyResponseDeserializer(ObjectDeserializer<UpdateApiKeyResponse.Builder> op)
-