| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseResponse |
CaseManagementApi.createCase(CaseCreateRequest body)
Create a case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.createCaseAsync(CaseCreateRequest body)
Create a case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.createCaseWithHttpInfo(CaseCreateRequest body)
Create a Case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.createCaseWithHttpInfoAsync(CaseCreateRequest body)
Create a case.
|
| Modifier and Type | Method and Description |
|---|---|
CaseCreateRequest |
CaseCreateRequest.data(CaseCreate data) |
CaseCreateRequest |
CaseCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.