| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseResponse |
CaseManagementApi.linkIncident(String caseId,
RelationshipToIncidentRequest body)
Link incident to case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.linkIncidentAsync(String caseId,
RelationshipToIncidentRequest body)
Link incident to case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.linkIncidentWithHttpInfo(String caseId,
RelationshipToIncidentRequest body)
Link an incident to a case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.linkIncidentWithHttpInfoAsync(String caseId,
RelationshipToIncidentRequest body)
Link incident to case.
|
| Modifier and Type | Method and Description |
|---|---|
RelationshipToIncidentRequest |
RelationshipToIncidentRequest.data(IncidentRelationshipData data) |
RelationshipToIncidentRequest |
RelationshipToIncidentRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.