| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<ListInvestigationsResponseData> |
BitsAiApi.listInvestigationsWithPagination()
List Bits AI investigations.
|
PaginationIterable<ListInvestigationsResponseData> |
BitsAiApi.listInvestigationsWithPagination(BitsAiApi.ListInvestigationsOptionalParameters parameters)
List Bits AI investigations.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvestigationsResponseData |
ListInvestigationsResponseData.attributes(ListInvestigationsResponseDataAttributes attributes) |
ListInvestigationsResponseData |
ListInvestigationsResponseData.id(String id) |
ListInvestigationsResponseData |
ListInvestigationsResponseData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ListInvestigationsResponseData |
ListInvestigationsResponseData.type(InvestigationType type) |
| Modifier and Type | Method and Description |
|---|---|
List<ListInvestigationsResponseData> |
ListInvestigationsResponse.getData()
List of investigations.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvestigationsResponse |
ListInvestigationsResponse.addDataItem(ListInvestigationsResponseData dataItem) |
| Modifier and Type | Method and Description |
|---|---|
ListInvestigationsResponse |
ListInvestigationsResponse.data(List<ListInvestigationsResponseData> data) |
void |
ListInvestigationsResponse.setData(List<ListInvestigationsResponseData> data) |
| Constructor and Description |
|---|
ListInvestigationsResponse(List<ListInvestigationsResponseData> data,
ListInvestigationsResponseLinks links,
ListInvestigationsResponseMeta meta) |
Copyright © 2026. All rights reserved.