| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeConfigResponse |
CaseManagementAttributeApi.updateCustomAttributeConfig(String caseTypeId,
String customAttributeId,
CustomAttributeConfigUpdateRequest body)
Update custom attribute config.
|
CompletableFuture<CustomAttributeConfigResponse> |
CaseManagementAttributeApi.updateCustomAttributeConfigAsync(String caseTypeId,
String customAttributeId,
CustomAttributeConfigUpdateRequest body)
Update custom attribute config.
|
ApiResponse<CustomAttributeConfigResponse> |
CaseManagementAttributeApi.updateCustomAttributeConfigWithHttpInfo(String caseTypeId,
String customAttributeId,
CustomAttributeConfigUpdateRequest body)
Updates the display name, description, type, or options of an existing custom attribute
configuration for a case type.
|
CompletableFuture<ApiResponse<CustomAttributeConfigResponse>> |
CaseManagementAttributeApi.updateCustomAttributeConfigWithHttpInfoAsync(String caseTypeId,
String customAttributeId,
CustomAttributeConfigUpdateRequest body)
Update custom attribute config.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeConfigUpdateRequest |
CustomAttributeConfigUpdateRequest.data(CustomAttributeConfigUpdate data) |
CustomAttributeConfigUpdateRequest |
CustomAttributeConfigUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.