public static enum Page.EnumEntryPointIcon extends Enum<Page.EnumEntryPointIcon>
| Enum Constant and Description |
|---|
VALUE_CHAT_ANGULAR_ICON |
VALUE_CHAT_ROUND_ICON |
VALUE_MESSENGER_ICON |
VALUE_NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Page.EnumEntryPointIcon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Page.EnumEntryPointIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="CHAT_ANGULAR_ICON") public static final Page.EnumEntryPointIcon VALUE_CHAT_ANGULAR_ICON
@SerializedName(value="CHAT_ROUND_ICON") public static final Page.EnumEntryPointIcon VALUE_CHAT_ROUND_ICON
@SerializedName(value="MESSENGER_ICON") public static final Page.EnumEntryPointIcon VALUE_MESSENGER_ICON
@SerializedName(value="NONE") public static final Page.EnumEntryPointIcon VALUE_NONE
public static Page.EnumEntryPointIcon[] values()
for (Page.EnumEntryPointIcon c : Page.EnumEntryPointIcon.values()) System.out.println(c);
public static Page.EnumEntryPointIcon 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<Page.EnumEntryPointIcon>Copyright © 2024. All rights reserved.