Uses of Class
org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
-
Packages that use CoinbaseRepeat Package Description org.knowm.xchange.coinbase.dto.account org.knowm.xchange.coinbase.dto.common org.knowm.xchange.coinbase.dto.merchant -
-
Uses of CoinbaseRepeat in org.knowm.xchange.coinbase.dto.account
Methods in org.knowm.xchange.coinbase.dto.account that return CoinbaseRepeat Modifier and Type Method Description CoinbaseRepeatCoinbaseRecurringPayment. getRepeat() -
Uses of CoinbaseRepeat in org.knowm.xchange.coinbase.dto.common
Methods in org.knowm.xchange.coinbase.dto.common that return CoinbaseRepeat Modifier and Type Method Description static CoinbaseRepeatCoinbaseRepeat. valueOf(String name)Returns the enum constant of this type with the specified name.static CoinbaseRepeat[]CoinbaseRepeat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CoinbaseRepeat in org.knowm.xchange.coinbase.dto.merchant
Methods in org.knowm.xchange.coinbase.dto.merchant that return CoinbaseRepeat Modifier and Type Method Description CoinbaseRepeatCoinbaseButton.CoinbaseButtonBuilder. getRepeat()CoinbaseRepeatCoinbaseButton. getRepeat()Methods in org.knowm.xchange.coinbase.dto.merchant with parameters of type CoinbaseRepeat Modifier and Type Method Description CoinbaseButton.CoinbaseButtonBuilderCoinbaseButton.CoinbaseButtonBuilder. withRepeat(CoinbaseRepeat repeat)
-