Class InvalidateApiKeyResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.InvalidateApiKeyResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class InvalidateApiKeyResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<InvalidateApiKeyResponse>Json deserializer forInvalidateApiKeyResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal intRequired - API name:error_countfinal List<ErrorCause>API name:error_detailsRequired - API name:invalidated_api_keysstatic InvalidateApiKeyResponseRequired - API name:previously_invalidated_api_keysvoidserialize(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 forInvalidateApiKeyResponse
-
-
Method Details
-
of
public static InvalidateApiKeyResponse of(Function<InvalidateApiKeyResponse.Builder, ObjectBuilder<InvalidateApiKeyResponse>> fn) -
errorCount
public final int errorCount()Required - API name:error_count -
errorDetails
API name:error_details -
invalidatedApiKeys
Required - API name:invalidated_api_keys -
previouslyInvalidatedApiKeys
Required - API name:previously_invalidated_api_keys -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupInvalidateApiKeyResponseDeserializer
protected static void setupInvalidateApiKeyResponseDeserializer(ObjectDeserializer<InvalidateApiKeyResponse.Builder> op)
-