public static enum Page.EnumAction extends Enum<Page.EnumAction>
Enum Constant and Description |
---|
VALUE_BLOCK |
VALUE_CLAIM_AD_EARNINGS |
VALUE_MANUAL_REVIEW |
VALUE_MONITOR |
VALUE_REQUEST_TAKEDOWN |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Page.EnumAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Page.EnumAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Page.EnumAction VALUE_BLOCK
public static final Page.EnumAction VALUE_CLAIM_AD_EARNINGS
public static final Page.EnumAction VALUE_MANUAL_REVIEW
public static final Page.EnumAction VALUE_MONITOR
public static final Page.EnumAction VALUE_REQUEST_TAKEDOWN
public static Page.EnumAction[] values()
for (Page.EnumAction c : Page.EnumAction.values()) System.out.println(c);
public static Page.EnumAction 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.EnumAction>
Copyright © 2020. All rights reserved.