public enum HolderAuthentProgram extends java.lang.Enum<HolderAuthentProgram>
| Enum Constant and Description |
|---|
APPLEPAY |
ARP |
BCMCMOBILE |
MASTERPASS |
NO_AUTHENT |
NO_AUTHENT_METHOD |
NOT_SPECIFIED |
ONE_EUROCOM |
PAYLIB |
THREE_DS |
THREE_DS_V2 |
| Modifier and Type | Method and Description |
|---|---|
static HolderAuthentProgram |
fromValue(java.lang.String value) |
static HolderAuthentProgram |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HolderAuthentProgram[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HolderAuthentProgram ONE_EUROCOM
public static final HolderAuthentProgram THREE_DS
public static final HolderAuthentProgram THREE_DS_V2
public static final HolderAuthentProgram APPLEPAY
public static final HolderAuthentProgram ARP
public static final HolderAuthentProgram BCMCMOBILE
public static final HolderAuthentProgram MASTERPASS
public static final HolderAuthentProgram NO_AUTHENT
public static final HolderAuthentProgram NO_AUTHENT_METHOD
public static final HolderAuthentProgram NOT_SPECIFIED
public static final HolderAuthentProgram PAYLIB
public static HolderAuthentProgram[] values()
for (HolderAuthentProgram c : HolderAuthentProgram.values()) System.out.println(c);
public static HolderAuthentProgram 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 static HolderAuthentProgram fromValue(java.lang.String value)