| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static TimeseriesBackgroundType |
TimeseriesBackgroundType.AREA |
static TimeseriesBackgroundType |
TimeseriesBackgroundType.BARS |
| Modifier and Type | Method and Description |
|---|---|
static TimeseriesBackgroundType |
TimeseriesBackgroundType.fromValue(String value) |
TimeseriesBackgroundType |
TimeseriesBackground.getType()
Timeseries is made using an area or bars.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeseriesBackgroundType.TimeseriesBackgroundTypeSerializer.serialize(TimeseriesBackgroundType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TimeseriesBackground.setType(TimeseriesBackgroundType type) |
TimeseriesBackground |
TimeseriesBackground.type(TimeseriesBackgroundType type) |
| Constructor and Description |
|---|
TimeseriesBackground(TimeseriesBackgroundType type) |
| Constructor and Description |
|---|
TimeseriesBackgroundTypeSerializer(Class<TimeseriesBackgroundType> t) |
Copyright © 2024. All rights reserved.