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