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