| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<RUMEvent> |
RumApi.listRUMEventsWithPagination()
Get a list of RUM events.
|
PaginationIterable<RUMEvent> |
RumApi.listRUMEventsWithPagination(RumApi.ListRUMEventsOptionalParameters parameters)
Get a list of RUM events.
|
PaginationIterable<RUMEvent> |
RumApi.searchRUMEventsWithPagination(RUMSearchEventsRequest body)
Search RUM events.
|
| Modifier and Type | Method and Description |
|---|---|
RUMEvent |
RUMEvent.attributes(RUMEventAttributes attributes) |
RUMEvent |
RUMEvent.id(String id) |
RUMEvent |
RUMEvent.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
RUMEvent |
RUMEvent.type(RUMEventType type) |
| Modifier and Type | Method and Description |
|---|---|
List<RUMEvent> |
RUMEventsResponse.getData()
Array of events matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
RUMEventsResponse |
RUMEventsResponse.addDataItem(RUMEvent dataItem) |
| Modifier and Type | Method and Description |
|---|---|
RUMEventsResponse |
RUMEventsResponse.data(List<RUMEvent> data) |
void |
RUMEventsResponse.setData(List<RUMEvent> data) |
Copyright © 2024. All rights reserved.