Uses of Class
dev.vality.damsel.withdrawals.processing.WithdrawalFailed
Packages that use WithdrawalFailed
-
Uses of WithdrawalFailed in dev.vality.damsel.withdrawals.processing
Methods in dev.vality.damsel.withdrawals.processing that return WithdrawalFailedModifier and TypeMethodDescriptionWithdrawalFailed.deepCopy()WithdrawalStatus.getFailed()WithdrawalFailed.setFailure(Failure failure) Methods in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalFailedModifier and TypeMethodDescriptionintWithdrawalFailed.compareTo(WithdrawalFailed other) booleanWithdrawalFailed.equals(WithdrawalFailed that) static WithdrawalStatusWithdrawalStatus.failed(WithdrawalFailed value) voidWithdrawalStatus.setFailed(WithdrawalFailed value) Constructors in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalFailedModifierConstructorDescriptionWithdrawalFailed(WithdrawalFailed other) Performs a deep copy on other.