| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookCellResponse |
NotebookCellResponse.attributes(NotebookCellResponseAttributes attributes) |
NotebookCellResponse |
NotebookCellResponse.id(String id) |
NotebookCellResponse |
NotebookCellResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
NotebookCellResponse |
NotebookCellResponse.type(NotebookCellResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
List<NotebookCellResponse> |
NotebookResponseDataAttributes.getCells()
List of cells to display in the notebook.
|
List<NotebookCellResponse> |
NotebooksResponseDataAttributes.getCells()
List of cells to display in the notebook.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookResponseDataAttributes |
NotebookResponseDataAttributes.addCellsItem(NotebookCellResponse cellsItem) |
NotebooksResponseDataAttributes |
NotebooksResponseDataAttributes.addCellsItem(NotebookCellResponse cellsItem) |
| Modifier and Type | Method and Description |
|---|---|
NotebookResponseDataAttributes |
NotebookResponseDataAttributes.cells(List<NotebookCellResponse> cells) |
NotebooksResponseDataAttributes |
NotebooksResponseDataAttributes.cells(List<NotebookCellResponse> cells) |
void |
NotebookResponseDataAttributes.setCells(List<NotebookCellResponse> cells) |
void |
NotebooksResponseDataAttributes.setCells(List<NotebookCellResponse> cells) |
| Constructor and Description |
|---|
NotebookResponseDataAttributes(List<NotebookCellResponse> cells,
String name,
NotebookGlobalTime time) |
Copyright © 2024. All rights reserved.