public static enum ThreeDSecureData.AuthenticationResponseEnum extends Enum<ThreeDSecureData.AuthenticationResponseEnum>
| Modifier and Type | Method and Description |
|---|---|
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.
|
@SerializedName(value="Y") public static final ThreeDSecureData.AuthenticationResponseEnum Y
@SerializedName(value="N") public static final ThreeDSecureData.AuthenticationResponseEnum N
@SerializedName(value="U") public static final ThreeDSecureData.AuthenticationResponseEnum U
@SerializedName(value="A") 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 String toString()
toString in class Enum<ThreeDSecureData.AuthenticationResponseEnum>Copyright © 2017. All rights reserved.