| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectResponse |
CaseManagementApi.createProject(ProjectCreateRequest body)
Create a project.
|
ProjectResponse |
CaseManagementApi.getProject(String projectId)
Get the details of a project.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ProjectResponse> |
CaseManagementApi.createProjectAsync(ProjectCreateRequest body)
Create a project.
|
ApiResponse<ProjectResponse> |
CaseManagementApi.createProjectWithHttpInfo(ProjectCreateRequest body)
Create a project.
|
CompletableFuture<ApiResponse<ProjectResponse>> |
CaseManagementApi.createProjectWithHttpInfoAsync(ProjectCreateRequest body)
Create a project.
|
CompletableFuture<ProjectResponse> |
CaseManagementApi.getProjectAsync(String projectId)
Get the details of a project.
|
ApiResponse<ProjectResponse> |
CaseManagementApi.getProjectWithHttpInfo(String projectId)
Get the details of a project by
project_id. |
CompletableFuture<ApiResponse<ProjectResponse>> |
CaseManagementApi.getProjectWithHttpInfoAsync(String projectId)
Get the details of a project.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectResponse |
ProjectResponse.data(Project data) |
ProjectResponse |
ProjectResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.