public static enum AnalyticsReportsInfoItem.Action extends java.lang.Enum<AnalyticsReportsInfoItem.Action>
Enum Constant and Description |
---|
HISTORICAL_READS |
HISTORICAL_VIEWS |
TOTAL_READS |
TOTAL_VIEWS |
TRAFFIC_CHANNELS |
Modifier and Type | Method and Description |
---|---|
static AnalyticsReportsInfoItem.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsReportsInfoItem.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticsReportsInfoItem.Action HISTORICAL_READS
public static final AnalyticsReportsInfoItem.Action HISTORICAL_VIEWS
public static final AnalyticsReportsInfoItem.Action TOTAL_READS
public static final AnalyticsReportsInfoItem.Action TOTAL_VIEWS
public static final AnalyticsReportsInfoItem.Action TRAFFIC_CHANNELS
public static AnalyticsReportsInfoItem.Action[] values()
for (AnalyticsReportsInfoItem.Action c : AnalyticsReportsInfoItem.Action.values()) System.out.println(c);
public static AnalyticsReportsInfoItem.Action valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null