Uses of Class
dev.vality.damsel.withdrawals.processing.WithdrawalSucceeded
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of WithdrawalSucceeded in dev.vality.damsel.withdrawals.processing
Methods in dev.vality.damsel.withdrawals.processing that return WithdrawalSucceeded Modifier and Type Method Description WithdrawalSucceededWithdrawalSucceeded. deepCopy()WithdrawalSucceededWithdrawalStatus. getSucceeded()Methods in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalSucceeded Modifier and Type Method Description intWithdrawalSucceeded. compareTo(WithdrawalSucceeded other)booleanWithdrawalSucceeded. equals(WithdrawalSucceeded that)voidWithdrawalStatus. setSucceeded(WithdrawalSucceeded value)static WithdrawalStatusWithdrawalStatus. succeeded(WithdrawalSucceeded value)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalSucceeded Constructor Description WithdrawalSucceeded(WithdrawalSucceeded other)Performs a deep copy on other.