public static enum ThreeDSecureData.AuthenticationResponseEnum extends Enum<ThreeDSecureData.AuthenticationResponseEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreeDSecureData.AuthenticationResponseEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static ThreeDSecureData.AuthenticationResponseEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ThreeDSecureData.AuthenticationResponseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreeDSecureData.AuthenticationResponseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreeDSecureData.AuthenticationResponseEnum Y
public static final ThreeDSecureData.AuthenticationResponseEnum N
public static final ThreeDSecureData.AuthenticationResponseEnum U
public static final ThreeDSecureData.AuthenticationResponseEnum A
public static ThreeDSecureData.AuthenticationResponseEnum[] values()
for (ThreeDSecureData.AuthenticationResponseEnum c : ThreeDSecureData.AuthenticationResponseEnum.values()) System.out.println(c);
public static ThreeDSecureData.AuthenticationResponseEnum 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 static ThreeDSecureData.AuthenticationResponseEnum fromValue(String text)
public String getValue()
public String toString()
toString in class Enum<ThreeDSecureData.AuthenticationResponseEnum>Copyright © 2022. All rights reserved.