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