-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Stats.GranularityDescribes the interval unit over which statistics are gathered.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description minuteInterval unit over which statistics are gathered as minutes.
hourInterval unit over which statistics are gathered as hours.
dayInterval unit over which statistics are gathered as days.
monthInterval unit over which statistics are gathered as months.
-
Method Summary
Modifier and Type Method Description static Array<Stats.Granularity>values()static Stats.GranularityvalueOf(String name)-
-
Method Detail
-
values
static Array<Stats.Granularity> values()
-
valueOf
static Stats.Granularity valueOf(String name)
-
-
-
-