| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OpenAIAPIKeyType |
OpenAIAPIKeyType.OPENAIAPIKEY |
| Modifier and Type | Method and Description |
|---|---|
static OpenAIAPIKeyType |
OpenAIAPIKeyType.fromValue(String value) |
OpenAIAPIKeyType |
OpenAIAPIKeyUpdate.getType()
The definition of the
OpenAIAPIKey object. |
OpenAIAPIKeyType |
OpenAIAPIKey.getType()
The definition of the
OpenAIAPIKey object. |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenAIAPIKeyType.OpenAIAPIKeyTypeSerializer.serialize(OpenAIAPIKeyType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OpenAIAPIKeyUpdate.setType(OpenAIAPIKeyType type) |
void |
OpenAIAPIKey.setType(OpenAIAPIKeyType type) |
OpenAIAPIKeyUpdate |
OpenAIAPIKeyUpdate.type(OpenAIAPIKeyType type) |
OpenAIAPIKey |
OpenAIAPIKey.type(OpenAIAPIKeyType type) |
| Constructor and Description |
|---|
OpenAIAPIKey(String apiToken,
OpenAIAPIKeyType type) |
OpenAIAPIKeyUpdate(OpenAIAPIKeyType type) |
| Constructor and Description |
|---|
OpenAIAPIKeyTypeSerializer(Class<OpenAIAPIKeyType> t) |
Copyright © 2026. All rights reserved.