| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseLinkResponse |
CaseManagementApi.createCaseLink(CaseLinkCreateRequest body)
Create a case link.
|
CompletableFuture<CaseLinkResponse> |
CaseManagementApi.createCaseLinkAsync(CaseLinkCreateRequest body)
Create a case link.
|
ApiResponse<CaseLinkResponse> |
CaseManagementApi.createCaseLinkWithHttpInfo(CaseLinkCreateRequest body)
Creates a directional link between two cases (for example, case A blocks case B).
|
CompletableFuture<ApiResponse<CaseLinkResponse>> |
CaseManagementApi.createCaseLinkWithHttpInfoAsync(CaseLinkCreateRequest body)
Create a case link.
|
| Modifier and Type | Method and Description |
|---|---|
CaseLinkCreateRequest |
CaseLinkCreateRequest.data(CaseLinkCreate data) |
CaseLinkCreateRequest |
CaseLinkCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.