| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<Case> |
CaseManagementApi.searchCasesWithPagination()
Search cases.
|
PaginationIterable<Case> |
CaseManagementApi.searchCasesWithPagination(CaseManagementApi.SearchCasesOptionalParameters parameters)
Search cases.
|
| Modifier and Type | Method and Description |
|---|---|
Case |
Case.attributes(CaseAttributes attributes) |
Case |
CaseResponse.getData()
A case
|
Case |
Case.id(String id) |
Case |
Case.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Case |
Case.relationships(CaseRelationships relationships) |
Case |
Case.type(CaseResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Case> |
CasesResponse.getData()
Cases response data
|
| Modifier and Type | Method and Description |
|---|---|
CasesResponse |
CasesResponse.addDataItem(Case dataItem) |
CaseResponse |
CaseResponse.data(Case data) |
void |
CaseResponse.setData(Case data) |
| Modifier and Type | Method and Description |
|---|---|
CasesResponse |
CasesResponse.data(List<Case> data) |
void |
CasesResponse.setData(List<Case> data) |
Copyright © 2024. All rights reserved.