public static enum InsightsResult.EnumPeriod extends Enum<InsightsResult.EnumPeriod>
| Enum Constant and Description |
|---|
VALUE_DAY |
VALUE_DAYS_28 |
VALUE_LIFETIME |
VALUE_MONTH |
VALUE_WEEK |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static InsightsResult.EnumPeriod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsightsResult.EnumPeriod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsightsResult.EnumPeriod VALUE_DAY
public static final InsightsResult.EnumPeriod VALUE_DAYS_28
public static final InsightsResult.EnumPeriod VALUE_LIFETIME
public static final InsightsResult.EnumPeriod VALUE_MONTH
public static final InsightsResult.EnumPeriod VALUE_WEEK
public static InsightsResult.EnumPeriod[] values()
for (InsightsResult.EnumPeriod c : InsightsResult.EnumPeriod.values()) System.out.println(c);
public static InsightsResult.EnumPeriod 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 String toString()
toString in class Enum<InsightsResult.EnumPeriod>Copyright © 2020. All rights reserved.