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.
|
public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_AGE
public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_COUNTRY
public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_GENDER
public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_GENDER_AND_AGE
public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_IS_ORGANIC
public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_IS_SHARED_BY_IA_OWNER
public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_NO_BREAKDOWN
public static final InstantArticleInsightsQueryResult.EnumBreakdown VALUE_PLATFORM
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 © 2020. All rights reserved.