public enum CoinbaseScope extends Enum<CoinbaseScope>
Enum Constant and Description |
---|
ADDRESSES |
ALL |
BALANCE |
BUTTONS |
BUY |
CONTACTS |
MERCHANT |
ORDERS |
RECURRING_PAYMENTS |
REQUEST |
SELL |
SEND |
TRANSACTIONS |
TRANSFERS |
USER |
Modifier and Type | Method and Description |
---|---|
static CoinbaseScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoinbaseScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoinbaseScope ALL
public static final CoinbaseScope MERCHANT
public static final CoinbaseScope BALANCE
public static final CoinbaseScope USER
public static final CoinbaseScope ADDRESSES
public static final CoinbaseScope BUTTONS
public static final CoinbaseScope BUY
public static final CoinbaseScope SELL
public static final CoinbaseScope CONTACTS
public static final CoinbaseScope ORDERS
public static final CoinbaseScope TRANSACTIONS
public static final CoinbaseScope SEND
public static final CoinbaseScope REQUEST
public static final CoinbaseScope TRANSFERS
public static final CoinbaseScope RECURRING_PAYMENTS
public static CoinbaseScope[] values()
for (CoinbaseScope c : CoinbaseScope.values()) System.out.println(c);
public static CoinbaseScope 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–2018 Xeiam, LLC. All rights reserved.