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