| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
EventsGroupBy |
EventsGroupBy.facet(String facet) |
EventsGroupBy |
EventsGroupBy.limit(Integer limit) |
EventsGroupBy |
EventsGroupBy.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EventsGroupBy |
EventsGroupBy.sort(EventsGroupBySort sort) |
| Modifier and Type | Method and Description |
|---|---|
List<EventsGroupBy> |
EventsTimeseriesQuery.getGroupBy()
The list of facets on which to split results.
|
List<EventsGroupBy> |
EventsScalarQuery.getGroupBy()
The list of facets on which to split results.
|
| Modifier and Type | Method and Description |
|---|---|
EventsTimeseriesQuery |
EventsTimeseriesQuery.addGroupByItem(EventsGroupBy groupByItem) |
EventsScalarQuery |
EventsScalarQuery.addGroupByItem(EventsGroupBy groupByItem) |
| Modifier and Type | Method and Description |
|---|---|
EventsTimeseriesQuery |
EventsTimeseriesQuery.groupBy(List<EventsGroupBy> groupBy) |
EventsScalarQuery |
EventsScalarQuery.groupBy(List<EventsGroupBy> groupBy) |
void |
EventsTimeseriesQuery.setGroupBy(List<EventsGroupBy> groupBy) |
void |
EventsScalarQuery.setGroupBy(List<EventsGroupBy> groupBy) |
Copyright © 2024. All rights reserved.