public static enum ReportQuery.Granularity extends Enum<ReportQuery.Granularity> implements BmcEnum
The usage granularity. HOURLY - Hourly data aggregation. DAILY - Daily data aggregation. MONTHLY - Monthly data aggregation. TOTAL - Not yet supported.
Enum Constant and Description |
---|
Daily |
Hourly |
Monthly |
Total |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ReportQuery.Granularity |
create(String key) |
String |
getValue() |
static ReportQuery.Granularity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportQuery.Granularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportQuery.Granularity Hourly
public static final ReportQuery.Granularity Daily
public static final ReportQuery.Granularity Monthly
public static final ReportQuery.Granularity Total
public static final ReportQuery.Granularity UnknownEnumValue
public static ReportQuery.Granularity[] values()
for (ReportQuery.Granularity c : ReportQuery.Granularity.values()) System.out.println(c);
public static ReportQuery.Granularity 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 nullpublic static ReportQuery.Granularity create(String key)
Copyright © 2016–2024. All rights reserved.