| Enum Constant and Description |
|---|
APP |
GROUP |
HTML5_GAME |
LINK |
PROFILE |
VK_APP |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static HintType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="group") public static final HintType GROUP
@SerializedName(value="profile") public static final HintType PROFILE
@SerializedName(value="vk_app") public static final HintType VK_APP
@SerializedName(value="app") public static final HintType APP
@SerializedName(value="html5_game") public static final HintType HTML5_GAME
@SerializedName(value="link") public static final HintType LINK
public static HintType[] values()
for (HintType c : HintType.values()) System.out.println(c);
public static HintType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<HintType>