| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CustomAttributeConfigResourceType |
CustomAttributeConfigResourceType.CUSTOM_ATTRIBUTE |
| Modifier and Type | Method and Description |
|---|---|
static CustomAttributeConfigResourceType |
CustomAttributeConfigResourceType.fromValue(String value) |
CustomAttributeConfigResourceType |
CustomAttributeConfigUpdate.getType()
JSON:API resource type for custom attribute configurations.
|
CustomAttributeConfigResourceType |
CustomAttributeConfigCreate.getType()
JSON:API resource type for custom attribute configurations.
|
CustomAttributeConfigResourceType |
CustomAttributeConfig.getType()
JSON:API resource type for custom attribute configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomAttributeConfigResourceType.CustomAttributeConfigResourceTypeSerializer.serialize(CustomAttributeConfigResourceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CustomAttributeConfigUpdate.setType(CustomAttributeConfigResourceType type) |
void |
CustomAttributeConfigCreate.setType(CustomAttributeConfigResourceType type) |
void |
CustomAttributeConfig.setType(CustomAttributeConfigResourceType type) |
CustomAttributeConfigUpdate |
CustomAttributeConfigUpdate.type(CustomAttributeConfigResourceType type) |
CustomAttributeConfigCreate |
CustomAttributeConfigCreate.type(CustomAttributeConfigResourceType type) |
CustomAttributeConfig |
CustomAttributeConfig.type(CustomAttributeConfigResourceType type) |
| Constructor and Description |
|---|
CustomAttributeConfigCreate(CustomAttributeConfigAttributesCreate attributes,
CustomAttributeConfigResourceType type) |
CustomAttributeConfigUpdate(CustomAttributeConfigResourceType type) |
| Constructor and Description |
|---|
CustomAttributeConfigResourceTypeSerializer(Class<CustomAttributeConfigResourceType> t) |
Copyright © 2026. All rights reserved.