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