| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IntegrationType |
IntegrationType.INTEGRATION |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationType |
IntegrationType.fromValue(String value) |
IntegrationType |
Integration.getType()
Integration resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationType.IntegrationTypeSerializer.serialize(IntegrationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Integration.setType(IntegrationType type) |
Integration |
Integration.type(IntegrationType type) |
| Constructor and Description |
|---|
Integration(IntegrationAttributes attributes,
String id,
IntegrationType type) |
| Constructor and Description |
|---|
IntegrationTypeSerializer(Class<IntegrationType> t) |
Copyright © 2026. All rights reserved.