Class GetApiKeyResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.GetApiKeyResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetApiKeyResponse>Json deserializer forGetApiKeyResponse
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forGetApiKeyResponse
 
- 
- 
Method Details- 
ofpublic static GetApiKeyResponse of(Function<GetApiKeyResponse.Builder, ObjectBuilder<GetApiKeyResponse>> fn) 
- 
apiKeysRequired - API name:api_keys
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupGetApiKeyResponseDeserializerprotected static void setupGetApiKeyResponseDeserializer(ObjectDeserializer<GetApiKeyResponse.Builder> op) 
 
-