| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static DashboardLayoutType |
DashboardLayoutType.FREE |
static DashboardLayoutType |
DashboardLayoutType.ORDERED |
| Modifier and Type | Method and Description |
|---|---|
static DashboardLayoutType |
DashboardLayoutType.fromValue(String value) |
DashboardLayoutType |
Dashboard.getLayoutType()
Layout type of the dashboard.
|
DashboardLayoutType |
DashboardSummaryDefinition.getLayoutType()
Layout type of the dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
Dashboard.layoutType(DashboardLayoutType layoutType) |
DashboardSummaryDefinition |
DashboardSummaryDefinition.layoutType(DashboardLayoutType layoutType) |
void |
DashboardLayoutType.DashboardLayoutTypeSerializer.serialize(DashboardLayoutType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Dashboard.setLayoutType(DashboardLayoutType layoutType) |
void |
DashboardSummaryDefinition.setLayoutType(DashboardLayoutType layoutType) |
| Constructor and Description |
|---|
Dashboard(DashboardLayoutType layoutType,
String title,
List<Widget> widgets) |
| Constructor and Description |
|---|
DashboardLayoutTypeSerializer(Class<DashboardLayoutType> t) |
Copyright © 2024. All rights reserved.