| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentIntegrationMetadataType |
IncidentIntegrationMetadataType.INCIDENT_INTEGRATIONS |
| Modifier and Type | Method and Description |
|---|---|
static IncidentIntegrationMetadataType |
IncidentIntegrationMetadataType.fromValue(String value) |
IncidentIntegrationMetadataType |
RelationshipToIncidentIntegrationMetadataData.getType()
Integration metadata resource type.
|
IncidentIntegrationMetadataType |
IncidentIntegrationMetadataCreateData.getType()
Integration metadata resource type.
|
IncidentIntegrationMetadataType |
IncidentIntegrationMetadataResponseData.getType()
Integration metadata resource type.
|
IncidentIntegrationMetadataType |
IncidentIntegrationMetadataPatchData.getType()
Integration metadata resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentIntegrationMetadataType.IncidentIntegrationMetadataTypeSerializer.serialize(IncidentIntegrationMetadataType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RelationshipToIncidentIntegrationMetadataData.setType(IncidentIntegrationMetadataType type) |
void |
IncidentIntegrationMetadataCreateData.setType(IncidentIntegrationMetadataType type) |
void |
IncidentIntegrationMetadataResponseData.setType(IncidentIntegrationMetadataType type) |
void |
IncidentIntegrationMetadataPatchData.setType(IncidentIntegrationMetadataType type) |
RelationshipToIncidentIntegrationMetadataData |
RelationshipToIncidentIntegrationMetadataData.type(IncidentIntegrationMetadataType type) |
IncidentIntegrationMetadataCreateData |
IncidentIntegrationMetadataCreateData.type(IncidentIntegrationMetadataType type) |
IncidentIntegrationMetadataResponseData |
IncidentIntegrationMetadataResponseData.type(IncidentIntegrationMetadataType type) |
IncidentIntegrationMetadataPatchData |
IncidentIntegrationMetadataPatchData.type(IncidentIntegrationMetadataType type) |
| Constructor and Description |
|---|
IncidentIntegrationMetadataCreateData(IncidentIntegrationMetadataAttributes attributes,
IncidentIntegrationMetadataType type) |
IncidentIntegrationMetadataPatchData(IncidentIntegrationMetadataAttributes attributes,
IncidentIntegrationMetadataType type) |
IncidentIntegrationMetadataResponseData(String id,
IncidentIntegrationMetadataType type) |
RelationshipToIncidentIntegrationMetadataData(String id,
IncidentIntegrationMetadataType type) |
| Constructor and Description |
|---|
IncidentIntegrationMetadataTypeSerializer(Class<IncidentIntegrationMetadataType> t) |
Copyright © 2024. All rights reserved.