Class UpdateCrossClusterApiKeyResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.UpdateCrossClusterApiKeyResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class UpdateCrossClusterApiKeyResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UpdateCrossClusterApiKeyResponse>Json deserializer forUpdateCrossClusterApiKeyResponse -
Method Summary
Modifier and TypeMethodDescriptionof(Function<UpdateCrossClusterApiKeyResponse.Builder, ObjectBuilder<UpdateCrossClusterApiKeyResponse>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupUpdateCrossClusterApiKeyResponseDeserializer(ObjectDeserializer<UpdateCrossClusterApiKeyResponse.Builder> op) toString()final booleanupdated()Required - Iftrue, the API key was updated.
-
Field Details
-
_DESERIALIZER
Json deserializer forUpdateCrossClusterApiKeyResponse
-
-
Method Details
-
of
-
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
-
setupUpdateCrossClusterApiKeyResponseDeserializer
protected static void setupUpdateCrossClusterApiKeyResponseDeserializer(ObjectDeserializer<UpdateCrossClusterApiKeyResponse.Builder> op)
-