Uses of Class
org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonType
-
Packages that use CoinbaseButtonType Package Description org.knowm.xchange.coinbase.dto.merchant -
-
Uses of CoinbaseButtonType in org.knowm.xchange.coinbase.dto.merchant
Methods in org.knowm.xchange.coinbase.dto.merchant that return CoinbaseButtonType Modifier and Type Method Description CoinbaseButtonTypeCoinbaseButton.CoinbaseButtonBuilder. getType()CoinbaseButtonTypeCoinbaseButton. getType()static CoinbaseButtonTypeCoinbaseButtonType. valueOf(String name)Returns the enum constant of this type with the specified name.static CoinbaseButtonType[]CoinbaseButtonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.coinbase.dto.merchant with parameters of type CoinbaseButtonType Modifier and Type Method Description CoinbaseButton.CoinbaseButtonBuilderCoinbaseButton.CoinbaseButtonBuilder. withType(CoinbaseButtonType type)
-