public static enum CoinbaseTransfer.CoinbaseTransferStatus extends Enum<CoinbaseTransfer.CoinbaseTransferStatus>
Enum Constant and Description |
---|
CANCELED |
COMPLETED |
PENDING |
REVERSED |
Modifier and Type | Method and Description |
---|---|
static CoinbaseTransfer.CoinbaseTransferStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoinbaseTransfer.CoinbaseTransferStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoinbaseTransfer.CoinbaseTransferStatus PENDING
public static final CoinbaseTransfer.CoinbaseTransferStatus COMPLETED
public static final CoinbaseTransfer.CoinbaseTransferStatus CANCELED
public static final CoinbaseTransfer.CoinbaseTransferStatus REVERSED
public static CoinbaseTransfer.CoinbaseTransferStatus[] values()
for (CoinbaseTransfer.CoinbaseTransferStatus c : CoinbaseTransfer.CoinbaseTransferStatus.values()) System.out.println(c);
public static CoinbaseTransfer.CoinbaseTransferStatus 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–2017 Xeiam, LLC. All rights reserved.