| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DatadogIntegrationType |
DatadogIntegrationType.DATADOG |
| Modifier and Type | Method and Description |
|---|---|
static DatadogIntegrationType |
DatadogIntegrationType.fromValue(String value) |
DatadogIntegrationType |
DatadogIntegrationUpdate.getType()
The definition of the
DatadogIntegrationType object. |
DatadogIntegrationType |
DatadogIntegration.getType()
The definition of the
DatadogIntegrationType object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatadogIntegrationType.DatadogIntegrationTypeSerializer.serialize(DatadogIntegrationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DatadogIntegrationUpdate.setType(DatadogIntegrationType type) |
void |
DatadogIntegration.setType(DatadogIntegrationType type) |
DatadogIntegrationUpdate |
DatadogIntegrationUpdate.type(DatadogIntegrationType type) |
DatadogIntegration |
DatadogIntegration.type(DatadogIntegrationType type) |
| Constructor and Description |
|---|
DatadogIntegration(DatadogCredentials credentials,
DatadogIntegrationType type) |
DatadogIntegrationUpdate(DatadogIntegrationType type) |
| Constructor and Description |
|---|
DatadogIntegrationTypeSerializer(Class<DatadogIntegrationType> t) |
Copyright © 2025. All rights reserved.