public static enum InstantArticleInsightsQueryResult.EnumPeriod extends Enum<InstantArticleInsightsQueryResult.EnumPeriod>
Enum Constant and Description |
---|
VALUE_DAY |
VALUE_DAYS_28 |
VALUE_LIFETIME |
VALUE_MONTH |
VALUE_TOTAL_OVER_RANGE |
VALUE_WEEK |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static InstantArticleInsightsQueryResult.EnumPeriod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstantArticleInsightsQueryResult.EnumPeriod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="day") public static final InstantArticleInsightsQueryResult.EnumPeriod VALUE_DAY
@SerializedName(value="days_28") public static final InstantArticleInsightsQueryResult.EnumPeriod VALUE_DAYS_28
@SerializedName(value="lifetime") public static final InstantArticleInsightsQueryResult.EnumPeriod VALUE_LIFETIME
@SerializedName(value="month") public static final InstantArticleInsightsQueryResult.EnumPeriod VALUE_MONTH
@SerializedName(value="total_over_range") public static final InstantArticleInsightsQueryResult.EnumPeriod VALUE_TOTAL_OVER_RANGE
@SerializedName(value="week") public static final InstantArticleInsightsQueryResult.EnumPeriod VALUE_WEEK
public static InstantArticleInsightsQueryResult.EnumPeriod[] values()
for (InstantArticleInsightsQueryResult.EnumPeriod c : InstantArticleInsightsQueryResult.EnumPeriod.values()) System.out.println(c);
public static InstantArticleInsightsQueryResult.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<InstantArticleInsightsQueryResult.EnumPeriod>
Copyright © 2023. All rights reserved.