| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static DashboardType |
DashboardType.CUSTOM_SCREENBOARD |
static DashboardType |
DashboardType.CUSTOM_TIMEBOARD |
| Modifier and Type | Method and Description |
|---|---|
static DashboardType |
DashboardType.fromValue(String value) |
DashboardType |
SharedDashboard.getDashboardType()
The type of the associated private dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
SharedDashboard |
SharedDashboard.dashboardType(DashboardType dashboardType) |
void |
DashboardType.DashboardTypeSerializer.serialize(DashboardType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SharedDashboard.setDashboardType(DashboardType dashboardType) |
| Constructor and Description |
|---|
SharedDashboard(String dashboardId,
DashboardType dashboardType) |
| Constructor and Description |
|---|
DashboardTypeSerializer(Class<DashboardType> t) |
Copyright © 2024. All rights reserved.