| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TableRowResourceArray |
ReferenceTablesApi.getRowsByID(String id,
List<String> rowId)
Get rows by id.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TableRowResourceArray> |
ReferenceTablesApi.getRowsByIDAsync(String id,
List<String> rowId)
Get rows by id.
|
ApiResponse<TableRowResourceArray> |
ReferenceTablesApi.getRowsByIDWithHttpInfo(String id,
List<String> rowId)
Get reference table rows by their primary key values.
|
CompletableFuture<ApiResponse<TableRowResourceArray>> |
ReferenceTablesApi.getRowsByIDWithHttpInfoAsync(String id,
List<String> rowId)
Get rows by id.
|
| Modifier and Type | Method and Description |
|---|---|
TableRowResourceArray |
TableRowResourceArray.addDataItem(TableRowResourceData dataItem) |
TableRowResourceArray |
TableRowResourceArray.data(List<TableRowResourceData> data) |
TableRowResourceArray |
TableRowResourceArray.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.