static enum AwsPaymentsServiceImpl.CheckStatus extends java.lang.Enum<AwsPaymentsServiceImpl.CheckStatus>
Enum Constant and Description |
---|
OK |
UNAUTHORIZED_DEVELOPER |
UNKNOWN_MERCHANT_ID |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
INVALID_ORDER_REFERENCE_ID |
private static java.lang.String |
INVALID_PARAMETER_VALUE |
Modifier and Type | Method and Description |
---|---|
static AwsPaymentsServiceImpl.CheckStatus |
getStatus(java.lang.String errorCode) |
static AwsPaymentsServiceImpl.CheckStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AwsPaymentsServiceImpl.CheckStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsPaymentsServiceImpl.CheckStatus OK
public static final AwsPaymentsServiceImpl.CheckStatus UNKNOWN_MERCHANT_ID
public static final AwsPaymentsServiceImpl.CheckStatus UNAUTHORIZED_DEVELOPER
private static final java.lang.String INVALID_PARAMETER_VALUE
private static final java.lang.String INVALID_ORDER_REFERENCE_ID
public static AwsPaymentsServiceImpl.CheckStatus[] values()
for (AwsPaymentsServiceImpl.CheckStatus c : AwsPaymentsServiceImpl.CheckStatus.values()) System.out.println(c);
public static AwsPaymentsServiceImpl.CheckStatus 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 AwsPaymentsServiceImpl.CheckStatus getStatus(java.lang.String errorCode)