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