| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeResponse |
IncidentsApi.updateIncidentType(String incidentTypeId,
IncidentTypePatchRequest body)
Update an incident type.
|
CompletableFuture<IncidentTypeResponse> |
IncidentsApi.updateIncidentTypeAsync(String incidentTypeId,
IncidentTypePatchRequest body)
Update an incident type.
|
ApiResponse<IncidentTypeResponse> |
IncidentsApi.updateIncidentTypeWithHttpInfo(String incidentTypeId,
IncidentTypePatchRequest body)
Update an incident type.
|
CompletableFuture<ApiResponse<IncidentTypeResponse>> |
IncidentsApi.updateIncidentTypeWithHttpInfoAsync(String incidentTypeId,
IncidentTypePatchRequest body)
Update an incident type.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTypePatchRequest |
IncidentTypePatchRequest.data(IncidentTypePatchData data) |
IncidentTypePatchRequest |
IncidentTypePatchRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.