| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectsResponse |
CaseManagementApi.getProjects()
Get all projects.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ProjectsResponse> |
CaseManagementApi.getProjectsAsync()
Get all projects.
|
ApiResponse<ProjectsResponse> |
CaseManagementApi.getProjectsWithHttpInfo()
Get all projects.
|
CompletableFuture<ApiResponse<ProjectsResponse>> |
CaseManagementApi.getProjectsWithHttpInfoAsync()
Get all projects.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectsResponse |
ProjectsResponse.addDataItem(Project dataItem) |
ProjectsResponse |
ProjectsResponse.data(List<Project> data) |
ProjectsResponse |
ProjectsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.