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