| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookResponse |
NotebooksApi.createNotebook(NotebookCreateRequest body)
Create a notebook.
|
NotebookResponse |
NotebooksApi.getNotebook(Long notebookId)
Get a notebook.
|
NotebookResponse |
NotebooksApi.updateNotebook(Long notebookId,
NotebookUpdateRequest body)
Update a notebook.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookResponse |
NotebookResponse.data(NotebookResponseData data) |
NotebookResponse |
NotebookResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.