Class InvalidateApiKeyResponse

java.lang.Object
co.elastic.clients.elasticsearch.security.InvalidateApiKeyResponse
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class InvalidateApiKeyResponse
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static InvalidateApiKeyResponse of​(java.util.function.Function<InvalidateApiKeyResponse.Builder,​ObjectBuilder<InvalidateApiKeyResponse>> fn)
    • errorCount

      public final int errorCount()
      Required - API name: error_count
    • errorDetails

      public final java.util.List<ErrorCause> errorDetails()
      API name: error_details
    • invalidatedApiKeys

      public final java.util.List<java.lang.String> invalidatedApiKeys()
      Required - API name: invalidated_api_keys
    • previouslyInvalidatedApiKeys

      public final java.util.List<java.lang.String> previouslyInvalidatedApiKeys()
      Required - API name: previously_invalidated_api_keys
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupInvalidateApiKeyResponseDeserializer

      protected static void setupInvalidateApiKeyResponseDeserializer​(ObjectDeserializer<InvalidateApiKeyResponse.Builder> op)