| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static NotebookGraphSize |
NotebookGraphSize.EXTRA_LARGE |
static NotebookGraphSize |
NotebookGraphSize.EXTRA_SMALL |
static NotebookGraphSize |
NotebookGraphSize.LARGE |
static NotebookGraphSize |
NotebookGraphSize.MEDIUM |
static NotebookGraphSize |
NotebookGraphSize.SMALL |
| Modifier and Type | Method and Description |
|---|---|
static NotebookGraphSize |
NotebookGraphSize.fromValue(String value) |
NotebookGraphSize |
NotebookToplistCellAttributes.getGraphSize()
The size of the graph.
|
NotebookGraphSize |
NotebookLogStreamCellAttributes.getGraphSize()
The size of the graph.
|
NotebookGraphSize |
NotebookHeatMapCellAttributes.getGraphSize()
The size of the graph.
|
NotebookGraphSize |
NotebookTimeseriesCellAttributes.getGraphSize()
The size of the graph.
|
NotebookGraphSize |
NotebookDistributionCellAttributes.getGraphSize()
The size of the graph.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookToplistCellAttributes |
NotebookToplistCellAttributes.graphSize(NotebookGraphSize graphSize) |
NotebookLogStreamCellAttributes |
NotebookLogStreamCellAttributes.graphSize(NotebookGraphSize graphSize) |
NotebookHeatMapCellAttributes |
NotebookHeatMapCellAttributes.graphSize(NotebookGraphSize graphSize) |
NotebookTimeseriesCellAttributes |
NotebookTimeseriesCellAttributes.graphSize(NotebookGraphSize graphSize) |
NotebookDistributionCellAttributes |
NotebookDistributionCellAttributes.graphSize(NotebookGraphSize graphSize) |
void |
NotebookGraphSize.NotebookGraphSizeSerializer.serialize(NotebookGraphSize value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
NotebookToplistCellAttributes.setGraphSize(NotebookGraphSize graphSize) |
void |
NotebookLogStreamCellAttributes.setGraphSize(NotebookGraphSize graphSize) |
void |
NotebookHeatMapCellAttributes.setGraphSize(NotebookGraphSize graphSize) |
void |
NotebookTimeseriesCellAttributes.setGraphSize(NotebookGraphSize graphSize) |
void |
NotebookDistributionCellAttributes.setGraphSize(NotebookGraphSize graphSize) |
| Constructor and Description |
|---|
NotebookGraphSizeSerializer(Class<NotebookGraphSize> t) |
Copyright © 2024. All rights reserved.