| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookUpdateCell |
NotebookUpdateCell.NotebookUpdateCellDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
NotebookUpdateCell |
NotebookUpdateCell.NotebookUpdateCellDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotebookUpdateCell> |
NotebookUpdateDataAttributes.getCells()
List of cells to display in the notebook.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookUpdateDataAttributes |
NotebookUpdateDataAttributes.addCellsItem(NotebookUpdateCell cellsItem) |
void |
NotebookUpdateCell.NotebookUpdateCellSerializer.serialize(NotebookUpdateCell value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
NotebookUpdateDataAttributes |
NotebookUpdateDataAttributes.cells(List<NotebookUpdateCell> cells) |
void |
NotebookUpdateDataAttributes.setCells(List<NotebookUpdateCell> cells) |
| Constructor and Description |
|---|
NotebookUpdateCellSerializer(Class<NotebookUpdateCell> t) |
NotebookUpdateDataAttributes(List<NotebookUpdateCell> cells,
String name,
NotebookGlobalTime time) |
Copyright © 2024. All rights reserved.