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