| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static DashboardFixedTimeframeType |
DashboardFixedTimeframeType.FIXED |
| Modifier and Type | Method and Description |
|---|---|
static DashboardFixedTimeframeType |
DashboardFixedTimeframeType.fromValue(String value) |
DashboardFixedTimeframeType |
DashboardFixedTimeframe.getType()
Type of fixed timeframe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardFixedTimeframeType.DashboardFixedTimeframeTypeSerializer.serialize(DashboardFixedTimeframeType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DashboardFixedTimeframe.setType(DashboardFixedTimeframeType type) |
DashboardFixedTimeframe |
DashboardFixedTimeframe.type(DashboardFixedTimeframeType type) |
| Constructor and Description |
|---|
DashboardFixedTimeframe(Long from,
Long to,
DashboardFixedTimeframeType type) |
| Constructor and Description |
|---|
DashboardFixedTimeframeTypeSerializer(Class<DashboardFixedTimeframeType> t) |
Copyright © 2026. All rights reserved.