| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static TableWidgetDefinitionType |
TableWidgetDefinitionType.QUERY_TABLE |
| Modifier and Type | Method and Description |
|---|---|
static TableWidgetDefinitionType |
TableWidgetDefinitionType.fromValue(String value) |
TableWidgetDefinitionType |
TableWidgetDefinition.getType()
Type of the table widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableWidgetDefinitionType.TableWidgetDefinitionTypeSerializer.serialize(TableWidgetDefinitionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TableWidgetDefinition.setType(TableWidgetDefinitionType type) |
TableWidgetDefinition |
TableWidgetDefinition.type(TableWidgetDefinitionType type) |
| Constructor and Description |
|---|
TableWidgetDefinition(List<TableWidgetRequest> requests,
TableWidgetDefinitionType type) |
| Constructor and Description |
|---|
TableWidgetDefinitionTypeSerializer(Class<TableWidgetDefinitionType> t) |
Copyright © 2024. All rights reserved.