Uses of Class
org.knowm.xchange.coinbase.dto.merchant.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 CoinbaseButtonType
CoinbaseButton.CoinbaseButtonBuilder. getType()
CoinbaseButtonType
CoinbaseButton. getType()
static CoinbaseButtonType
CoinbaseButtonType. 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.CoinbaseButtonBuilder
CoinbaseButton.CoinbaseButtonBuilder. withType(CoinbaseButtonType type)