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