| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CommitmentsScalarColumnType |
CommitmentsScalarColumnType.GROUP |
static CommitmentsScalarColumnType |
CommitmentsScalarColumnType.NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static CommitmentsScalarColumnType |
CommitmentsScalarColumnType.fromValue(String value) |
CommitmentsScalarColumnType |
CommitmentsScalarColumn.getType()
The column type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommitmentsScalarColumnType.CommitmentsScalarColumnTypeSerializer.serialize(CommitmentsScalarColumnType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CommitmentsScalarColumn.setType(CommitmentsScalarColumnType type) |
CommitmentsScalarColumn |
CommitmentsScalarColumn.type(CommitmentsScalarColumnType type) |
| Constructor and Description |
|---|
CommitmentsScalarColumn(String name,
CommitmentsScalarColumnType type,
List<Object> values) |
| Constructor and Description |
|---|
CommitmentsScalarColumnTypeSerializer(Class<CommitmentsScalarColumnType> t) |
Copyright © 2026. All rights reserved.