| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseTypeResponse |
CaseManagementTypeApi.updateCaseType(String caseTypeId,
CaseTypeUpdateRequest body)
Update a case type.
|
CompletableFuture<CaseTypeResponse> |
CaseManagementTypeApi.updateCaseTypeAsync(String caseTypeId,
CaseTypeUpdateRequest body)
Update a case type.
|
ApiResponse<CaseTypeResponse> |
CaseManagementTypeApi.updateCaseTypeWithHttpInfo(String caseTypeId,
CaseTypeUpdateRequest body)
Updates the name, emoji, or description of an existing case type.
|
CompletableFuture<ApiResponse<CaseTypeResponse>> |
CaseManagementTypeApi.updateCaseTypeWithHttpInfoAsync(String caseTypeId,
CaseTypeUpdateRequest body)
Update a case type.
|
| Modifier and Type | Method and Description |
|---|---|
CaseTypeUpdateRequest |
CaseTypeUpdateRequest.data(CaseTypeUpdate data) |
CaseTypeUpdateRequest |
CaseTypeUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.