@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomAttributeConfigUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_MAP_FROM |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_TYPE_DATA |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomAttributeConfigUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeConfigUpdateAttributes |
description(String description) |
CustomAttributeConfigUpdateAttributes |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this CustomAttributeConfigUpdateAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDescription()
A description explaining the purpose and expected values for this custom attribute.
|
String |
getDisplayName()
The human-readable label shown in the Case Management UI for this custom attribute.
|
String |
getMapFrom()
An external field identifier to auto-populate this attribute from (used for integrations with
external systems).
|
CustomAttributeType |
getType()
The data type of the custom attribute, which determines the allowed values and UI input
control.
|
CustomAttributeTypeData |
getTypeData()
Type-specific configuration for the custom attribute.
|
int |
hashCode() |
CustomAttributeConfigUpdateAttributes |
mapFrom(String mapFrom) |
CustomAttributeConfigUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setMapFrom(String mapFrom) |
void |
setType(CustomAttributeType type) |
void |
setTypeData(CustomAttributeTypeData typeData) |
String |
toString() |
CustomAttributeConfigUpdateAttributes |
type(CustomAttributeType type) |
CustomAttributeConfigUpdateAttributes |
typeData(CustomAttributeTypeData typeData) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_MAP_FROM
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE_DATA
public CustomAttributeConfigUpdateAttributes()
public CustomAttributeConfigUpdateAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CustomAttributeConfigUpdateAttributes displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public CustomAttributeConfigUpdateAttributes mapFrom(String mapFrom)
@Nullable public String getMapFrom()
public void setMapFrom(String mapFrom)
public CustomAttributeConfigUpdateAttributes type(CustomAttributeType type)
@Nullable public CustomAttributeType getType()
public void setType(CustomAttributeType type)
public CustomAttributeConfigUpdateAttributes typeData(CustomAttributeTypeData typeData)
@Nullable public CustomAttributeTypeData getTypeData()
public void setTypeData(CustomAttributeTypeData typeData)
public CustomAttributeConfigUpdateAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.