| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeResponse |
IncidentsApi.createIncidentType(IncidentTypeCreateRequest body)
Create an incident type.
|
IncidentTypeResponse |
IncidentsApi.getIncidentType(String incidentTypeId)
Get incident type details.
|
IncidentTypeResponse |
IncidentsApi.updateIncidentType(String incidentTypeId,
IncidentTypePatchRequest body)
Update an incident type.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeResponse |
IncidentTypeResponse.data(IncidentTypeObject data) |
IncidentTypeResponse |
IncidentTypeResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2025. All rights reserved.