public static enum InstantArticleInsightsQueryResult.EnumBreakdown extends Enum<InstantArticleInsightsQueryResult.EnumBreakdown>
Enum Constant and Description |
---|
VALUE_AGE |
VALUE_COUNTRY |
VALUE_GENDER |
VALUE_GENDER_AND_AGE |
VALUE_IS_ORGANIC |
VALUE_IS_SHARED_BY_IA_OWNER |
VALUE_NO_BREAKDOWN |
VALUE_PLATFORM |
VALUE_REGION |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static InstantArticleInsightsQueryResult.EnumBreakdown |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstantArticleInsightsQueryResult.EnumBreakdown[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="age") public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_AGE
@SerializedName(value="country") public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_COUNTRY
@SerializedName(value="gender") public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_GENDER
@SerializedName(value="gender_and_age") public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_GENDER_AND_AGE
@SerializedName(value="is_organic") public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_IS_ORGANIC
@SerializedName(value="is_shared_by_ia_owner") public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_IS_SHARED_BY_IA_OWNER
@SerializedName(value="no_breakdown") public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_NO_BREAKDOWN
@SerializedName(value="platform") public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_PLATFORM
@SerializedName(value="region") public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_REGION
public static InstantArticleInsightsQueryResult.EnumBreakdown[] values()
for (InstantArticleInsightsQueryResult.EnumBreakdown c : InstantArticleInsightsQueryResult.EnumBreakdown.values()) System.out.println(c);
public static InstantArticleInsightsQueryResult.EnumBreakdown 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.EnumBreakdown>
Copyright © 2023. All rights reserved.