Uses of Class
org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
-
Packages that use CoinbaseScope Package Description org.knowm.xchange.coinbase.dto.auth -
-
Uses of CoinbaseScope in org.knowm.xchange.coinbase.dto.auth
Methods in org.knowm.xchange.coinbase.dto.auth that return CoinbaseScope Modifier and Type Method Description CoinbaseScopeCoinbaseOAuth. getScope()static CoinbaseScopeCoinbaseScope. valueOf(String name)Returns the enum constant of this type with the specified name.static CoinbaseScope[]CoinbaseScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-