public static enum ValueListCreateParams.ItemType extends java.lang.Enum<ValueListCreateParams.ItemType> implements ApiRequestParams.EnumParam
| Enum Constant and Description |
|---|
CARD_BIN |
CARD_FINGERPRINT |
CASE_SENSITIVE_STRING |
COUNTRY |
EMAIL |
IP_ADDRESS |
STRING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static ValueListCreateParams.ItemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueListCreateParams.ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="card_bin") public static final ValueListCreateParams.ItemType CARD_BIN
@SerializedName(value="card_fingerprint") public static final ValueListCreateParams.ItemType CARD_FINGERPRINT
@SerializedName(value="case_sensitive_string") public static final ValueListCreateParams.ItemType CASE_SENSITIVE_STRING
@SerializedName(value="country") public static final ValueListCreateParams.ItemType COUNTRY
@SerializedName(value="email") public static final ValueListCreateParams.ItemType EMAIL
@SerializedName(value="ip_address") public static final ValueListCreateParams.ItemType IP_ADDRESS
@SerializedName(value="string") public static final ValueListCreateParams.ItemType STRING
public static ValueListCreateParams.ItemType[] values()
for (ValueListCreateParams.ItemType c : ValueListCreateParams.ItemType.values()) System.out.println(c);
public static ValueListCreateParams.ItemType 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 nullpublic java.lang.String getValue()
getValue in interface ApiRequestParams.EnumParam