Uses of Class
dev.vality.damsel.webhooker.WalletWithdrawalStarted
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of WalletWithdrawalStarted in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return WalletWithdrawalStarted Modifier and Type Method Description WalletWithdrawalStartedWalletWithdrawalStarted. deepCopy()WalletWithdrawalStartedWalletWithdrawalEventType. getStarted()Methods in dev.vality.damsel.webhooker with parameters of type WalletWithdrawalStarted Modifier and Type Method Description intWalletWithdrawalStarted. compareTo(WalletWithdrawalStarted other)booleanWalletWithdrawalStarted. equals(WalletWithdrawalStarted that)voidWalletWithdrawalEventType. setStarted(WalletWithdrawalStarted value)static WalletWithdrawalEventTypeWalletWithdrawalEventType. started(WalletWithdrawalStarted value)Constructors in dev.vality.damsel.webhooker with parameters of type WalletWithdrawalStarted Constructor Description WalletWithdrawalStarted(WalletWithdrawalStarted other)Performs a deep copy on other.