Uses of Class
org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
-
Packages that use CoinbaseButtonStyle Package Description org.knowm.xchange.coinbase.dto.merchant -
-
Uses of CoinbaseButtonStyle in org.knowm.xchange.coinbase.dto.merchant
Methods in org.knowm.xchange.coinbase.dto.merchant that return CoinbaseButtonStyle Modifier and Type Method Description CoinbaseButtonStyleCoinbaseButton.CoinbaseButtonBuilder. getStyle()CoinbaseButtonStyleCoinbaseButton. getStyle()static CoinbaseButtonStyleCoinbaseButtonStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CoinbaseButtonStyle[]CoinbaseButtonStyle. 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 CoinbaseButtonStyle Modifier and Type Method Description CoinbaseButton.CoinbaseButtonBuilderCoinbaseButton.CoinbaseButtonBuilder. withStyle(CoinbaseButtonStyle style)
-