Uses of Enum Class
io.meeds.analytics.model.filter.aggregation.AnalyticsAggregationType
Packages that use AnalyticsAggregationType
-
Uses of AnalyticsAggregationType in io.meeds.analytics.model.filter.aggregation
Methods in io.meeds.analytics.model.filter.aggregation that return AnalyticsAggregationTypeModifier and TypeMethodDescriptionstatic AnalyticsAggregationTypeReturns the enum constant of this class with the specified name.static AnalyticsAggregationType[]AnalyticsAggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.meeds.analytics.model.filter.aggregation with parameters of type AnalyticsAggregationTypeModifierConstructorDescriptionAnalyticsAggregation(AnalyticsAggregationType type, String field, String sortDirection, String interval, long limit)