| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseResponse |
CaseManagementApi.moveCaseToProject(String caseId,
ProjectRelationship body)
Update case project.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.moveCaseToProjectAsync(String caseId,
ProjectRelationship body)
Update case project.
|
ApiResponse<CaseResponse> |
CaseManagementApi.moveCaseToProjectWithHttpInfo(String caseId,
ProjectRelationship body)
Update the project associated with a case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.moveCaseToProjectWithHttpInfoAsync(String caseId,
ProjectRelationship body)
Update case project.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectRelationship |
ProjectRelationship.data(ProjectRelationshipData data) |
ProjectRelationship |
IssueCaseRelationships.getProject()
Relationship to project.
|
ProjectRelationship |
CaseViewRelationships.getProject()
Relationship to project.
|
ProjectRelationship |
CaseRelationships.getProject()
Relationship to project.
|
ProjectRelationship |
CaseCreateRelationships.getProject()
Relationship to project.
|
ProjectRelationship |
ProjectRelationship.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
IssueCaseRelationships |
IssueCaseRelationships.project(ProjectRelationship project) |
CaseViewRelationships |
CaseViewRelationships.project(ProjectRelationship project) |
CaseRelationships |
CaseRelationships.project(ProjectRelationship project) |
CaseCreateRelationships |
CaseCreateRelationships.project(ProjectRelationship project) |
void |
IssueCaseRelationships.setProject(ProjectRelationship project) |
void |
CaseViewRelationships.setProject(ProjectRelationship project) |
void |
CaseRelationships.setProject(ProjectRelationship project) |
void |
CaseCreateRelationships.setProject(ProjectRelationship project) |
| Constructor and Description |
|---|
CaseCreateRelationships(ProjectRelationship project) |
Copyright © 2026. All rights reserved.