public static enum ErrorDetail.RequestType extends Enum<ErrorDetail.RequestType>
| Enum Constant and Description |
|---|
CONFIRMATION_ADVICE |
FAULT_REPORT_REQUEST |
KEY_CHANGE_TOKEN_REQUEST |
METER_LOOKUP_REQUEST |
REVERSAL_ADVICE |
TOKEN_PURCHASE_REQUEST |
TOKEN_PURCHASE_RETRY_REQUEST |
TOKEN_REPRINT_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ErrorDetail.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorDetail.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorDetail.RequestType METER_LOOKUP_REQUEST
public static final ErrorDetail.RequestType TOKEN_PURCHASE_REQUEST
public static final ErrorDetail.RequestType TOKEN_PURCHASE_RETRY_REQUEST
public static final ErrorDetail.RequestType TOKEN_REPRINT_REQUEST
public static final ErrorDetail.RequestType FAULT_REPORT_REQUEST
public static final ErrorDetail.RequestType KEY_CHANGE_TOKEN_REQUEST
public static final ErrorDetail.RequestType CONFIRMATION_ADVICE
public static final ErrorDetail.RequestType REVERSAL_ADVICE
public static ErrorDetail.RequestType[] values()
for (ErrorDetail.RequestType c : ErrorDetail.RequestType.values()) System.out.println(c);
public static ErrorDetail.RequestType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ErrorDetail.RequestType>Copyright © 2018. All rights reserved.