public static enum GetDecisionFieldSet.AbuseType extends java.lang.Enum<GetDecisionFieldSet.AbuseType>
| Enum Constant and Description |
|---|
ACCOUNT_ABUSE |
ACCOUNT_TAKEOVER |
CONTENT_ABUSE |
LEGACY |
PAYMENT_ABUSE |
PROMOTION_ABUSE |
| Modifier and Type | Method and Description |
|---|---|
static GetDecisionFieldSet.AbuseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetDecisionFieldSet.AbuseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetDecisionFieldSet.AbuseType PAYMENT_ABUSE
public static final GetDecisionFieldSet.AbuseType CONTENT_ABUSE
public static final GetDecisionFieldSet.AbuseType PROMOTION_ABUSE
public static final GetDecisionFieldSet.AbuseType ACCOUNT_ABUSE
public static final GetDecisionFieldSet.AbuseType LEGACY
public static final GetDecisionFieldSet.AbuseType ACCOUNT_TAKEOVER
public static GetDecisionFieldSet.AbuseType[] values()
for (GetDecisionFieldSet.AbuseType c : GetDecisionFieldSet.AbuseType.values()) System.out.println(c);
public static GetDecisionFieldSet.AbuseType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null