Uses of Class
org.knowm.xchange.coinbase.dto.merchant.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 CoinbaseButtonStyle
CoinbaseButton.CoinbaseButtonBuilder. getStyle()
CoinbaseButtonStyle
CoinbaseButton. getStyle()
static CoinbaseButtonStyle
CoinbaseButtonStyle. 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.CoinbaseButtonBuilder
CoinbaseButton.CoinbaseButtonBuilder. withStyle(CoinbaseButtonStyle style)