public static enum InstagramInsightsResult.EnumBreakdown extends Enum<InstagramInsightsResult.EnumBreakdown>
| Enum Constant and Description |
|---|
VALUE_ACTION_TYPE |
VALUE_FOLLOW_TYPE |
VALUE_STORY_NAVIGATION_ACTION_TYPE |
VALUE_SURFACE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static InstagramInsightsResult.EnumBreakdown |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstagramInsightsResult.EnumBreakdown[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="action_type") public static final InstagramInsightsResult.EnumBreakdown VALUE_ACTION_TYPE
@SerializedName(value="follow_type") public static final InstagramInsightsResult.EnumBreakdown VALUE_FOLLOW_TYPE
@SerializedName(value="story_navigation_action_type") public static final InstagramInsightsResult.EnumBreakdown VALUE_STORY_NAVIGATION_ACTION_TYPE
@SerializedName(value="surface_type") public static final InstagramInsightsResult.EnumBreakdown VALUE_SURFACE_TYPE
public static InstagramInsightsResult.EnumBreakdown[] values()
for (InstagramInsightsResult.EnumBreakdown c : InstagramInsightsResult.EnumBreakdown.values()) System.out.println(c);
public static InstagramInsightsResult.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<InstagramInsightsResult.EnumBreakdown>Copyright © 2024. All rights reserved.