| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeListResponse |
IncidentsApi.listIncidentTypes()
Get a list of incident types.
|
IncidentTypeListResponse |
IncidentsApi.listIncidentTypes(IncidentsApi.ListIncidentTypesOptionalParameters parameters)
Get a list of incident types.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IncidentTypeListResponse> |
IncidentsApi.listIncidentTypesAsync()
Get a list of incident types.
|
CompletableFuture<IncidentTypeListResponse> |
IncidentsApi.listIncidentTypesAsync(IncidentsApi.ListIncidentTypesOptionalParameters parameters)
Get a list of incident types.
|
ApiResponse<IncidentTypeListResponse> |
IncidentsApi.listIncidentTypesWithHttpInfo(IncidentsApi.ListIncidentTypesOptionalParameters parameters)
Get all incident types.
|
CompletableFuture<ApiResponse<IncidentTypeListResponse>> |
IncidentsApi.listIncidentTypesWithHttpInfoAsync(IncidentsApi.ListIncidentTypesOptionalParameters parameters)
Get a list of incident types.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTypeListResponse |
IncidentTypeListResponse.addDataItem(IncidentTypeObject dataItem) |
IncidentTypeListResponse |
IncidentTypeListResponse.data(List<IncidentTypeObject> data) |
IncidentTypeListResponse |
IncidentTypeListResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.