public enum ChargeFlowActionType extends java.lang.Enum<ChargeFlowActionType>
| Enum Constant and Description |
|---|
APP_REDIRECT |
MOBILE_APP_CONFIRMATION |
NONE |
QR_CODE |
REDIRECT |
UNRECOGNIZED |
WAIT |
| Modifier and Type | Method and Description |
|---|---|
static ChargeFlowActionType |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
static ChargeFlowActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChargeFlowActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChargeFlowActionType APP_REDIRECT
public static final ChargeFlowActionType QR_CODE
public static final ChargeFlowActionType MOBILE_APP_CONFIRMATION
public static final ChargeFlowActionType REDIRECT
public static final ChargeFlowActionType WAIT
public static final ChargeFlowActionType NONE
public static final ChargeFlowActionType UNRECOGNIZED
public static ChargeFlowActionType[] values()
for (ChargeFlowActionType c : ChargeFlowActionType.values()) System.out.println(c);
public static ChargeFlowActionType 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 ChargeFlowActionType fromValue(java.lang.String value)
public java.lang.String getValue()