| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseManagementApi.createCaseNotebook(String caseId,
NotebookCreateRequest body)
Create investigation notebook for case.
|
CompletableFuture<Void> |
CaseManagementApi.createCaseNotebookAsync(String caseId,
NotebookCreateRequest body)
Create investigation notebook for case.
|
ApiResponse<Void> |
CaseManagementApi.createCaseNotebookWithHttpInfo(String caseId,
NotebookCreateRequest body)
Create a new investigation notebook and link it to a case
|
CompletableFuture<ApiResponse<Void>> |
CaseManagementApi.createCaseNotebookWithHttpInfoAsync(String caseId,
NotebookCreateRequest body)
Create investigation notebook for case.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookCreateRequest |
NotebookCreateRequest.data(NotebookCreateData data) |
NotebookCreateRequest |
NotebookCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.