| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentIntegrationMetadataResponse |
IncidentsApi.linkPageToIncident(String incidentId,
IncidentOnCallPageLinkRequest body)
Link a page to an incident.
|
CompletableFuture<IncidentIntegrationMetadataResponse> |
IncidentsApi.linkPageToIncidentAsync(String incidentId,
IncidentOnCallPageLinkRequest body)
Link a page to an incident.
|
ApiResponse<IncidentIntegrationMetadataResponse> |
IncidentsApi.linkPageToIncidentWithHttpInfo(String incidentId,
IncidentOnCallPageLinkRequest body)
Link an existing on-call page to an incident.
|
CompletableFuture<ApiResponse<IncidentIntegrationMetadataResponse>> |
IncidentsApi.linkPageToIncidentWithHttpInfoAsync(String incidentId,
IncidentOnCallPageLinkRequest body)
Link a page to an incident.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentOnCallPageLinkRequest |
IncidentOnCallPageLinkRequest.data(IncidentOnCallPageDataRequest data) |
IncidentOnCallPageLinkRequest |
IncidentOnCallPageLinkRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.