Uses of Class
dev.vality.damsel.domain.CryptoCurrencyRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.merch_stat | |
| dev.vality.damsel.payment_tool_token |
-
Uses of CryptoCurrencyRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CryptoCurrencyRef Modifier and Type Field Description CryptoCurrencyRefCryptoWallet. crypto_currencyCryptoCurrencyRefCryptoCurrencyObject. refMethods in dev.vality.damsel.domain that return CryptoCurrencyRef Modifier and Type Method Description CryptoCurrencyRefCryptoCurrencyRef. deepCopy()CryptoCurrencyRefCryptoWallet. getCryptoCurrency()CryptoCurrencyRefPaymentMethod. getCryptoCurrency()CryptoCurrencyRefPaymentTool. getCryptoCurrency()CryptoCurrencyRefReference. getCryptoCurrency()CryptoCurrencyRefCryptoCurrencyConditionDefinition. getCryptoCurrencyIs()CryptoCurrencyRefCryptoCurrencyObject. getRef()CryptoCurrencyRefCryptoCurrencyRef. setId(String id)Methods in dev.vality.damsel.domain with parameters of type CryptoCurrencyRef Modifier and Type Method Description intCryptoCurrencyRef. compareTo(CryptoCurrencyRef other)static PaymentMethodPaymentMethod. crypto_currency(CryptoCurrencyRef value)static PaymentToolPaymentTool. crypto_currency(CryptoCurrencyRef value)static ReferenceReference. crypto_currency(CryptoCurrencyRef value)static CryptoCurrencyConditionDefinitionCryptoCurrencyConditionDefinition. crypto_currency_is(CryptoCurrencyRef value)booleanCryptoCurrencyRef. equals(CryptoCurrencyRef that)CryptoWalletCryptoWallet. setCryptoCurrency(CryptoCurrencyRef crypto_currency)voidPaymentMethod. setCryptoCurrency(CryptoCurrencyRef value)voidPaymentTool. setCryptoCurrency(CryptoCurrencyRef value)voidReference. setCryptoCurrency(CryptoCurrencyRef value)voidCryptoCurrencyConditionDefinition. setCryptoCurrencyIs(CryptoCurrencyRef value)CryptoCurrencyObjectCryptoCurrencyObject. setRef(CryptoCurrencyRef ref)Constructors in dev.vality.damsel.domain with parameters of type CryptoCurrencyRef Constructor Description CryptoCurrencyObject(CryptoCurrencyRef ref, CryptoCurrency data)CryptoCurrencyRef(CryptoCurrencyRef other)Performs a deep copy on other. -
Uses of CryptoCurrencyRef in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as CryptoCurrencyRef Modifier and Type Field Description CryptoCurrencyRefCryptoCurrency. crypto_currencyMethods in dev.vality.damsel.merch_stat that return CryptoCurrencyRef Modifier and Type Method Description CryptoCurrencyRefCryptoCurrency. getCryptoCurrency()Methods in dev.vality.damsel.merch_stat with parameters of type CryptoCurrencyRef Modifier and Type Method Description CryptoCurrencyCryptoCurrency. setCryptoCurrency(CryptoCurrencyRef crypto_currency) -
Uses of CryptoCurrencyRef in dev.vality.damsel.payment_tool_token
Fields in dev.vality.damsel.payment_tool_token declared as CryptoCurrencyRef Modifier and Type Field Description CryptoCurrencyRefCryptoCurrencyPayload. crypto_currencyMethods in dev.vality.damsel.payment_tool_token that return CryptoCurrencyRef Modifier and Type Method Description CryptoCurrencyRefCryptoCurrencyPayload. getCryptoCurrency()Methods in dev.vality.damsel.payment_tool_token with parameters of type CryptoCurrencyRef Modifier and Type Method Description CryptoCurrencyPayloadCryptoCurrencyPayload. setCryptoCurrency(CryptoCurrencyRef crypto_currency)