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