Klasse GetAnalyticsMetricsIncidentsAll200Response.GetAnalyticsMetricsIncidentsAll200ResponseBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.GetAnalyticsMetricsIncidentsAll200Response.GetAnalyticsMetricsIncidentsAll200ResponseBuilder
- Umschließende Klasse:
GetAnalyticsMetricsIncidentsAll200Response
public static class GetAnalyticsMetricsIncidentsAll200Response.GetAnalyticsMetricsIncidentsAll200ResponseBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe time unit to aggregate metrics by.build()
data
(List<AnalyticsIncidentMetrics> data) filters
(AnalyticsModelFilters filters) The order in which the results were sorted; asc for ascending, desc for descending.The column that was used for ordering the results.The time zone to use for the results and grouping.toString()
-
Methodendetails
-
filters
public GetAnalyticsMetricsIncidentsAll200Response.GetAnalyticsMetricsIncidentsAll200ResponseBuilder filters(AnalyticsModelFilters filters) - Gibt zurück:
this
.
-
timeZone
public GetAnalyticsMetricsIncidentsAll200Response.GetAnalyticsMetricsIncidentsAll200ResponseBuilder timeZone(String timeZone) The time zone to use for the results and grouping. Must be in tzdata format. See list of accepted values [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).- Gibt zurück:
this
.
-
order
public GetAnalyticsMetricsIncidentsAll200Response.GetAnalyticsMetricsIncidentsAll200ResponseBuilder order(GetAnalyticsMetricsIncidentsAll200Response.OrderEnum order) The order in which the results were sorted; asc for ascending, desc for descending.- Gibt zurück:
this
.
-
orderBy
public GetAnalyticsMetricsIncidentsAll200Response.GetAnalyticsMetricsIncidentsAll200ResponseBuilder orderBy(String orderBy) The column that was used for ordering the results.- Gibt zurück:
this
.
-
aggregateUnit
public GetAnalyticsMetricsIncidentsAll200Response.GetAnalyticsMetricsIncidentsAll200ResponseBuilder aggregateUnit(GetAnalyticsMetricsIncidentsAll200Response.AggregateUnitEnum aggregateUnit) The time unit to aggregate metrics by. If no value is provided, the metrics will be aggregated for the entire period.- Gibt zurück:
this
.
-
data
public GetAnalyticsMetricsIncidentsAll200Response.GetAnalyticsMetricsIncidentsAll200ResponseBuilder data(List<AnalyticsIncidentMetrics> data) - Gibt zurück:
this
.
-
build
-
toString
-