Class GetApiKeyResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.GetApiKeyResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class GetApiKeyResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetApiKeyResponse.Builder
Builder forGetApiKeyResponse
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetApiKeyResponse>
_DESERIALIZER
Json deserializer forGetApiKeyResponse
-
Constructor Summary
Constructors Constructor Description GetApiKeyResponse(GetApiKeyResponse.Builder builder)
GetApiKeyResponse(java.util.function.Function<GetApiKeyResponse.Builder,GetApiKeyResponse.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.util.List<ApiKey>
apiKeys()
Required - API name:api_keys
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupGetApiKeyResponseDeserializer(DelegatingDeserializer<GetApiKeyResponse.Builder> op)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetApiKeyResponse
-
-
Constructor Details
-
GetApiKeyResponse
-
GetApiKeyResponse
public GetApiKeyResponse(java.util.function.Function<GetApiKeyResponse.Builder,GetApiKeyResponse.Builder> fn)
-
-
Method Details
-
apiKeys
Required - API name:api_keys
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupGetApiKeyResponseDeserializer
protected static void setupGetApiKeyResponseDeserializer(DelegatingDeserializer<GetApiKeyResponse.Builder> op)
-