@Generated public enum AggregationGranularity extends Enum<AggregationGranularity>
| Modifier and Type | Method and Description |
|---|---|
static AggregationGranularity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationGranularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationGranularity AGGREGATION_GRANULARITY_1_DAY
public static final AggregationGranularity AGGREGATION_GRANULARITY_1_HOUR
public static final AggregationGranularity AGGREGATION_GRANULARITY_1_MONTH
public static final AggregationGranularity AGGREGATION_GRANULARITY_1_WEEK
public static final AggregationGranularity AGGREGATION_GRANULARITY_1_YEAR
public static final AggregationGranularity AGGREGATION_GRANULARITY_2_WEEKS
public static final AggregationGranularity AGGREGATION_GRANULARITY_30_MINUTES
public static final AggregationGranularity AGGREGATION_GRANULARITY_3_WEEKS
public static final AggregationGranularity AGGREGATION_GRANULARITY_4_WEEKS
public static final AggregationGranularity AGGREGATION_GRANULARITY_5_MINUTES
public static AggregationGranularity[] values()
for (AggregationGranularity c : AggregationGranularity.values()) System.out.println(c);
public static AggregationGranularity valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.