| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static WidgetVizType |
WidgetVizType.TIMESERIES |
static WidgetVizType |
WidgetVizType.TOPLIST |
| Modifier and Type | Method and Description |
|---|---|
static WidgetVizType |
WidgetVizType.fromValue(String value) |
WidgetVizType |
AlertGraphWidgetDefinition.getVizType()
Whether to display the Alert Graph as a timeseries or a top list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetVizType.WidgetVizTypeSerializer.serialize(WidgetVizType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AlertGraphWidgetDefinition.setVizType(WidgetVizType vizType) |
AlertGraphWidgetDefinition |
AlertGraphWidgetDefinition.vizType(WidgetVizType vizType) |
| Constructor and Description |
|---|
AlertGraphWidgetDefinition(String alertId,
AlertGraphWidgetDefinitionType type,
WidgetVizType vizType) |
| Constructor and Description |
|---|
WidgetVizTypeSerializer(Class<WidgetVizType> t) |
Copyright © 2024. All rights reserved.