| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeConfigResponse |
CaseManagementAttributeApi.createCustomAttributeConfig(String caseTypeId,
CustomAttributeConfigCreateRequest body)
Create custom attribute config for a case type.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CustomAttributeConfigResponse> |
CaseManagementAttributeApi.createCustomAttributeConfigAsync(String caseTypeId,
CustomAttributeConfigCreateRequest body)
Create custom attribute config for a case type.
|
ApiResponse<CustomAttributeConfigResponse> |
CaseManagementAttributeApi.createCustomAttributeConfigWithHttpInfo(String caseTypeId,
CustomAttributeConfigCreateRequest body)
Create custom attribute config for a case type
|
CompletableFuture<ApiResponse<CustomAttributeConfigResponse>> |
CaseManagementAttributeApi.createCustomAttributeConfigWithHttpInfoAsync(String caseTypeId,
CustomAttributeConfigCreateRequest body)
Create custom attribute config for a case type.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeConfigResponse |
CustomAttributeConfigResponse.data(CustomAttributeConfig data) |
CustomAttributeConfigResponse |
CustomAttributeConfigResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.