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