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