Class GetApiKeyResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.GetApiKeyResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetApiKeyResponse>Json deserializer forGetApiKeyResponse -
Method Summary
Modifier and TypeMethodDescriptionapiKeys()Required - API name:api_keysstatic GetApiKeyResponsevoidserialize(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 forGetApiKeyResponse
-
-
Method Details
-
of
public static GetApiKeyResponse of(Function<GetApiKeyResponse.Builder, ObjectBuilder<GetApiKeyResponse>> fn) -
apiKeys
Required - API name:api_keys -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetApiKeyResponseDeserializer
protected static void setupGetApiKeyResponseDeserializer(ObjectDeserializer<GetApiKeyResponse.Builder> op)
-