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