public static enum InstagramInsightsResult.EnumPeriod extends Enum<InstagramInsightsResult.EnumPeriod>
| Enum Constant and Description |
|---|
VALUE_DAY |
VALUE_DAYS_28 |
VALUE_LIFETIME |
VALUE_MONTH |
VALUE_WEEK |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static InstagramInsightsResult.EnumPeriod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstagramInsightsResult.EnumPeriod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstagramInsightsResult.EnumPeriod VALUE_DAY
public static final InstagramInsightsResult.EnumPeriod VALUE_DAYS_28
public static final InstagramInsightsResult.EnumPeriod VALUE_LIFETIME
public static final InstagramInsightsResult.EnumPeriod VALUE_MONTH
public static final InstagramInsightsResult.EnumPeriod VALUE_WEEK
public static InstagramInsightsResult.EnumPeriod[] values()
for (InstagramInsightsResult.EnumPeriod c : InstagramInsightsResult.EnumPeriod.values()) System.out.println(c);
public static InstagramInsightsResult.EnumPeriod 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.EnumPeriod>Copyright © 2020. All rights reserved.