| 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.
|
CompletableFuture<IncidentTypeResponse> |
IncidentsApi.createIncidentTypeAsync(IncidentTypeCreateRequest body)
Create an incident type.
|
ApiResponse<IncidentTypeResponse> |
IncidentsApi.createIncidentTypeWithHttpInfo(IncidentTypeCreateRequest body)
Create an incident type.
|
CompletableFuture<ApiResponse<IncidentTypeResponse>> |
IncidentsApi.createIncidentTypeWithHttpInfoAsync(IncidentTypeCreateRequest body)
Create an incident type.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeCreateRequest |
IncidentTypeCreateRequest.data(IncidentTypeCreateData data) |
IncidentTypeCreateRequest |
IncidentTypeCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.