Uses of Class
dev.vality.swag.wallets.webhook.events.model.CryptoCurrency
| Package | Description |
|---|---|
| dev.vality.swag.wallets.webhook.events.model |
-
Uses of CryptoCurrency in dev.vality.swag.wallets.webhook.events.model
Methods in dev.vality.swag.wallets.webhook.events.model that return CryptoCurrency Modifier and Type Method Description static CryptoCurrencyCryptoCurrency. fromValue(String value)@NotNull @Valid CryptoCurrencyCryptoWallet. getCurrency()Get currency@NotNull @Valid CryptoCurrencyCryptoWalletAllOf. getCurrency()Get currencystatic CryptoCurrencyCryptoCurrency. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoCurrency[]CryptoCurrency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag.wallets.webhook.events.model with parameters of type CryptoCurrency Modifier and Type Method Description CryptoWalletCryptoWallet. currency(CryptoCurrency currency)CryptoWalletAllOfCryptoWalletAllOf. currency(CryptoCurrency currency)voidCryptoWallet. setCurrency(CryptoCurrency currency)voidCryptoWalletAllOf. setCurrency(CryptoCurrency currency)