public static enum WithdrawalRequest.Type extends Enum<WithdrawalRequest.Type>
Enum Constant and Description |
---|
bitcoin |
rippleBTC |
rippleUSD |
SEPA |
type3 |
type4 |
type5 |
wire |
Modifier and Type | Method and Description |
---|---|
static WithdrawalRequest.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WithdrawalRequest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WithdrawalRequest.Type SEPA
public static final WithdrawalRequest.Type bitcoin
public static final WithdrawalRequest.Type wire
public static final WithdrawalRequest.Type type3
public static final WithdrawalRequest.Type type4
public static final WithdrawalRequest.Type type5
public static final WithdrawalRequest.Type rippleUSD
public static final WithdrawalRequest.Type rippleBTC
public static WithdrawalRequest.Type[] values()
for (WithdrawalRequest.Type c : WithdrawalRequest.Type.values()) System.out.println(c);
public static WithdrawalRequest.Type 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 nullCopyright © 2012–2016 Xeiam, LLC. All rights reserved.