| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ReferenceTableSchemaFieldType |
ReferenceTableSchemaFieldType.INT32 |
static ReferenceTableSchemaFieldType |
ReferenceTableSchemaFieldType.STRING |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceTableSchemaFieldType |
ReferenceTableSchemaFieldType.fromValue(String value) |
ReferenceTableSchemaFieldType |
TableResultV2DataAttributesSchemaFieldsItems.getType()
The field type for reference table schema fields.
|
ReferenceTableSchemaFieldType |
PatchTableRequestDataAttributesSchemaFieldsItems.getType()
The field type for reference table schema fields.
|
ReferenceTableSchemaFieldType |
CreateTableRequestDataAttributesSchemaFieldsItems.getType()
The field type for reference table schema fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceTableSchemaFieldType.ReferenceTableSchemaFieldTypeSerializer.serialize(ReferenceTableSchemaFieldType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TableResultV2DataAttributesSchemaFieldsItems.setType(ReferenceTableSchemaFieldType type) |
void |
PatchTableRequestDataAttributesSchemaFieldsItems.setType(ReferenceTableSchemaFieldType type) |
void |
CreateTableRequestDataAttributesSchemaFieldsItems.setType(ReferenceTableSchemaFieldType type) |
TableResultV2DataAttributesSchemaFieldsItems |
TableResultV2DataAttributesSchemaFieldsItems.type(ReferenceTableSchemaFieldType type) |
PatchTableRequestDataAttributesSchemaFieldsItems |
PatchTableRequestDataAttributesSchemaFieldsItems.type(ReferenceTableSchemaFieldType type) |
CreateTableRequestDataAttributesSchemaFieldsItems |
CreateTableRequestDataAttributesSchemaFieldsItems.type(ReferenceTableSchemaFieldType type) |
| Constructor and Description |
|---|
CreateTableRequestDataAttributesSchemaFieldsItems(String name,
ReferenceTableSchemaFieldType type) |
PatchTableRequestDataAttributesSchemaFieldsItems(String name,
ReferenceTableSchemaFieldType type) |
TableResultV2DataAttributesSchemaFieldsItems(String name,
ReferenceTableSchemaFieldType type) |
| Constructor and Description |
|---|
ReferenceTableSchemaFieldTypeSerializer(Class<ReferenceTableSchemaFieldType> t) |
Copyright © 2026. All rights reserved.