| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeValue |
CaseUpdateCustomAttribute.getAttributes()
A typed value for a custom attribute on a specific case.
|
CustomAttributeValue |
CustomAttributeValue.isMulti(Boolean isMulti) |
CustomAttributeValue |
CustomAttributeValue.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CustomAttributeValue |
CustomAttributeValue.type(CustomAttributeType type) |
CustomAttributeValue |
CustomAttributeValue.value(CustomAttributeValuesUnion value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CustomAttributeValue> |
CaseCreateAttributes.getCustomAttributes()
Case custom attributes
|
Map<String,CustomAttributeValue> |
CaseAttributes.getCustomAttributes()
Case custom attributes
|
| Modifier and Type | Method and Description |
|---|---|
CaseUpdateCustomAttribute |
CaseUpdateCustomAttribute.attributes(CustomAttributeValue attributes) |
CaseCreateAttributes |
CaseCreateAttributes.putCustomAttributesItem(String key,
CustomAttributeValue customAttributesItem) |
CaseAttributes |
CaseAttributes.putCustomAttributesItem(String key,
CustomAttributeValue customAttributesItem) |
void |
CaseUpdateCustomAttribute.setAttributes(CustomAttributeValue attributes) |
| Modifier and Type | Method and Description |
|---|---|
CaseCreateAttributes |
CaseCreateAttributes.customAttributes(Map<String,CustomAttributeValue> customAttributes) |
CaseAttributes |
CaseAttributes.customAttributes(Map<String,CustomAttributeValue> customAttributes) |
void |
CaseCreateAttributes.setCustomAttributes(Map<String,CustomAttributeValue> customAttributes) |
void |
CaseAttributes.setCustomAttributes(Map<String,CustomAttributeValue> customAttributes) |
| Constructor and Description |
|---|
CaseUpdateCustomAttribute(CustomAttributeValue attributes,
CaseResourceType type) |
Copyright © 2026. All rights reserved.