| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<EventResponse> |
EventsApi.listEventsWithPagination()
Get a list of events.
|
PaginationIterable<EventResponse> |
EventsApi.listEventsWithPagination(EventsApi.ListEventsOptionalParameters parameters)
Get a list of events.
|
PaginationIterable<EventResponse> |
EventsApi.searchEventsWithPagination()
Search events.
|
PaginationIterable<EventResponse> |
EventsApi.searchEventsWithPagination(EventsApi.SearchEventsOptionalParameters parameters)
Search events.
|
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
EventResponse.attributes(EventResponseAttributes attributes) |
EventResponse |
EventResponse.id(String id) |
EventResponse |
EventResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EventResponse |
EventResponse.type(EventType type) |
| Modifier and Type | Method and Description |
|---|---|
List<EventResponse> |
EventsListResponse.getData()
An array of events matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
EventsListResponse |
EventsListResponse.addDataItem(EventResponse dataItem) |
| Modifier and Type | Method and Description |
|---|---|
EventsListResponse |
EventsListResponse.data(List<EventResponse> data) |
void |
EventsListResponse.setData(List<EventResponse> data) |
Copyright © 2024. All rights reserved.