public enum CoinbaseAccountChangeCategory extends Enum<CoinbaseAccountChangeCategory>
Modifier and Type | Method and Description |
---|---|
static CoinbaseAccountChangeCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoinbaseAccountChangeCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoinbaseAccountChangeCategory TX
public static final CoinbaseAccountChangeCategory REQUEST
public static final CoinbaseAccountChangeCategory TRANSFER
public static final CoinbaseAccountChangeCategory INVOICE
public static CoinbaseAccountChangeCategory[] values()
for (CoinbaseAccountChangeCategory c : CoinbaseAccountChangeCategory.values()) System.out.println(c);
public static CoinbaseAccountChangeCategory 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.