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