Uses of Enum
org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonType
Packages that use CoinbaseButtonType
-
Uses of CoinbaseButtonType in org.knowm.xchange.coinbase.dto.merchant
Methods in org.knowm.xchange.coinbase.dto.merchant that return CoinbaseButtonTypeModifier and TypeMethodDescriptionCoinbaseButton.CoinbaseButtonBuilder.getType()
CoinbaseButton.getType()
static CoinbaseButtonType
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 CoinbaseButtonTypeModifier and TypeMethodDescriptionCoinbaseButton.CoinbaseButtonBuilder.withType
(CoinbaseButtonType type)