| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DashboardType |
DashboardType.CUSTOM_SCREENBOARD |
static DashboardType |
DashboardType.CUSTOM_TIMEBOARD |
static DashboardType |
DashboardType.HOST_TIMEBOARD |
static DashboardType |
DashboardType.INTEGRATION_SCREENBOARD |
static DashboardType |
DashboardType.INTEGRATION_TIMEBOARD |
| Modifier and Type | Method and Description |
|---|---|
static DashboardType |
DashboardType.fromValue(String value) |
DashboardType |
DashboardListItem.getType()
The type of the dashboard.
|
DashboardType |
DashboardListItemRequest.getType()
The type of the dashboard.
|
DashboardType |
DashboardListItemResponse.getType()
The type of the dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardType.DashboardTypeSerializer.serialize(DashboardType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DashboardListItem.setType(DashboardType type) |
void |
DashboardListItemRequest.setType(DashboardType type) |
void |
DashboardListItemResponse.setType(DashboardType type) |
DashboardListItem |
DashboardListItem.type(DashboardType type) |
DashboardListItemRequest |
DashboardListItemRequest.type(DashboardType type) |
DashboardListItemResponse |
DashboardListItemResponse.type(DashboardType type) |
| Constructor and Description |
|---|
DashboardListItem(String id,
DashboardType type) |
DashboardListItemRequest(String id,
DashboardType type) |
DashboardListItemResponse(String id,
DashboardType type) |
| Constructor and Description |
|---|
DashboardTypeSerializer(Class<DashboardType> t) |
Copyright © 2024. All rights reserved.