Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type
Method
Description
static Step
valueOf (String name)
Returns the enum constant of this type with the specified name.
static Step []
values ()
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
AUTH
public static final Step AUTH
PAY
public static final Step PAY
GENERATE_TOKEN
public static final Step GENERATE_TOKEN
FINISH_THREE_DS_V1
public static final Step FINISH_THREE_DS_V1
FINISH_THREE_DS_V2
public static final Step FINISH_THREE_DS_V2
CANCEL
public static final Step CANCEL
REFUND
public static final Step REFUND
CHECK_STATUS
public static final Step CHECK_STATUS
CHECK_STATUS_3DS_V2
public static final Step CHECK_STATUS_3DS_V2
CHECK_NEED_3DS_V2
public static final Step CHECK_NEED_3DS_V2
CAPTURE
public static final Step CAPTURE
DO_NOTHING
public static final Step DO_NOTHING
Method Details
values
public static Step [] values ()
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null