Class UpdateApiKeyResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.UpdateApiKeyResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UpdateApiKeyResponse>Json deserializer forUpdateApiKeyResponse
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forUpdateApiKeyResponse
 
- 
- 
Method Details- 
ofpublic static UpdateApiKeyResponse of(Function<UpdateApiKeyResponse.Builder, ObjectBuilder<UpdateApiKeyResponse>> fn) 
- 
updatedpublic 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
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupUpdateApiKeyResponseDeserializerprotected static void setupUpdateApiKeyResponseDeserializer(ObjectDeserializer<UpdateApiKeyResponse.Builder> op) 
 
-