| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CustomAttributeType |
CustomAttributeType.NUMBER |
static CustomAttributeType |
CustomAttributeType.SELECT |
static CustomAttributeType |
CustomAttributeType.TEXT |
static CustomAttributeType |
CustomAttributeType.URL |
| Modifier and Type | Method and Description |
|---|---|
static CustomAttributeType |
CustomAttributeType.fromValue(String value) |
CustomAttributeType |
CustomAttributeValue.getType()
The data type of the custom attribute, which determines the allowed values and UI input
control.
|
CustomAttributeType |
CustomAttributeConfigUpdateAttributes.getType()
The data type of the custom attribute, which determines the allowed values and UI input
control.
|
CustomAttributeType |
CustomAttributeConfigResourceAttributes.getType()
The data type of the custom attribute, which determines the allowed values and UI input
control.
|
CustomAttributeType |
CustomAttributeConfigAttributesCreate.getType()
The data type of the custom attribute, which determines the allowed values and UI input
control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomAttributeType.CustomAttributeTypeSerializer.serialize(CustomAttributeType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CustomAttributeValue.setType(CustomAttributeType type) |
void |
CustomAttributeConfigUpdateAttributes.setType(CustomAttributeType type) |
void |
CustomAttributeConfigResourceAttributes.setType(CustomAttributeType type) |
void |
CustomAttributeConfigAttributesCreate.setType(CustomAttributeType type) |
CustomAttributeValue |
CustomAttributeValue.type(CustomAttributeType type) |
CustomAttributeConfigUpdateAttributes |
CustomAttributeConfigUpdateAttributes.type(CustomAttributeType type) |
CustomAttributeConfigResourceAttributes |
CustomAttributeConfigResourceAttributes.type(CustomAttributeType type) |
CustomAttributeConfigAttributesCreate |
CustomAttributeConfigAttributesCreate.type(CustomAttributeType type) |
| Constructor and Description |
|---|
CustomAttributeConfigAttributesCreate(String displayName,
Boolean isMulti,
String key,
CustomAttributeType type) |
CustomAttributeConfigResourceAttributes(String caseTypeId,
String displayName,
Boolean isMulti,
String key,
CustomAttributeType type) |
CustomAttributeValue(Boolean isMulti,
CustomAttributeType type,
CustomAttributeValuesUnion value) |
| Constructor and Description |
|---|
CustomAttributeTypeSerializer(Class<CustomAttributeType> t) |
Copyright © 2026. All rights reserved.