public static enum ConsentAuth.ActionEnum extends Enum<ConsentAuth.ActionEnum>
| Enum Constant and Description |
|---|
INITIATE_PAYMENT |
LIST_ACCOUNTS |
LIST_TRANSACTIONS |
| Modifier and Type | Method and Description |
|---|---|
static ConsentAuth.ActionEnum |
fromValue(String text) |
String |
toString() |
static ConsentAuth.ActionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentAuth.ActionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsentAuth.ActionEnum LIST_ACCOUNTS
public static final ConsentAuth.ActionEnum LIST_TRANSACTIONS
public static final ConsentAuth.ActionEnum INITIATE_PAYMENT
public static ConsentAuth.ActionEnum[] values()
for (ConsentAuth.ActionEnum c : ConsentAuth.ActionEnum.values()) System.out.println(c);
public static ConsentAuth.ActionEnum 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<ConsentAuth.ActionEnum>public static ConsentAuth.ActionEnum fromValue(String text)
Copyright © 2020. All rights reserved.