public static enum HistoricalRequestBuilder.Period extends Enum<HistoricalRequestBuilder.Period>
Enum Constant and Description |
---|
DAILY |
MONTHLY |
QUARTERLY |
SEMI_ANNUALLY |
WEEKLY |
YEARLY |
Modifier and Type | Method and Description |
---|---|
static HistoricalRequestBuilder.Period |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoricalRequestBuilder.Period[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoricalRequestBuilder.Period DAILY
public static final HistoricalRequestBuilder.Period WEEKLY
public static final HistoricalRequestBuilder.Period MONTHLY
public static final HistoricalRequestBuilder.Period QUARTERLY
public static final HistoricalRequestBuilder.Period SEMI_ANNUALLY
public static final HistoricalRequestBuilder.Period YEARLY
public static HistoricalRequestBuilder.Period[] values()
for (HistoricalRequestBuilder.Period c : HistoricalRequestBuilder.Period.values()) System.out.println(c);
public static HistoricalRequestBuilder.Period 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 © 2013. All Rights Reserved.