public static enum InstagramInsightsResult.EnumTimeframe extends Enum<InstagramInsightsResult.EnumTimeframe>
| Enum Constant and Description |
|---|
VALUE_LAST_14_DAYS |
VALUE_LAST_30_DAYS |
VALUE_LAST_90_DAYS |
VALUE_PREV_MONTH |
VALUE_THIS_MONTH |
VALUE_THIS_WEEK |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static InstagramInsightsResult.EnumTimeframe |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstagramInsightsResult.EnumTimeframe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="last_14_days") public static final InstagramInsightsResult.EnumTimeframe VALUE_LAST_14_DAYS
@SerializedName(value="last_30_days") public static final InstagramInsightsResult.EnumTimeframe VALUE_LAST_30_DAYS
@SerializedName(value="last_90_days") public static final InstagramInsightsResult.EnumTimeframe VALUE_LAST_90_DAYS
@SerializedName(value="prev_month") public static final InstagramInsightsResult.EnumTimeframe VALUE_PREV_MONTH
@SerializedName(value="this_month") public static final InstagramInsightsResult.EnumTimeframe VALUE_THIS_MONTH
@SerializedName(value="this_week") public static final InstagramInsightsResult.EnumTimeframe VALUE_THIS_WEEK
public static InstagramInsightsResult.EnumTimeframe[] values()
for (InstagramInsightsResult.EnumTimeframe c : InstagramInsightsResult.EnumTimeframe.values()) System.out.println(c);
public static InstagramInsightsResult.EnumTimeframe 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.EnumTimeframe>Copyright © 2024. All rights reserved.