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