| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseView |
CaseView.attributes(CaseViewAttributes attributes) |
CaseView |
CaseViewResponse.getData()
A saved case view that provides a filtered, reusable list of cases matching a specific query.
|
CaseView |
CaseView.id(String id) |
CaseView |
CaseView.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CaseView |
CaseView.relationships(CaseViewRelationships relationships) |
CaseView |
CaseView.type(CaseViewResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
List<CaseView> |
CaseViewsResponse.getData()
A list of case views.
|
| Modifier and Type | Method and Description |
|---|---|
CaseViewsResponse |
CaseViewsResponse.addDataItem(CaseView dataItem) |
CaseViewResponse |
CaseViewResponse.data(CaseView data) |
void |
CaseViewResponse.setData(CaseView data) |
| Modifier and Type | Method and Description |
|---|---|
CaseViewsResponse |
CaseViewsResponse.data(List<CaseView> data) |
void |
CaseViewsResponse.setData(List<CaseView> data) |
| Constructor and Description |
|---|
CaseViewResponse(CaseView data) |
| Constructor and Description |
|---|
CaseViewsResponse(List<CaseView> data) |
Copyright © 2026. All rights reserved.