Uses of Class
dev.vality.damsel.withdrawals.processing.WithdrawalStatus
Packages that use WithdrawalStatus
-
Uses of WithdrawalStatus in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing declared as WithdrawalStatusMethods in dev.vality.damsel.withdrawals.processing that return WithdrawalStatusModifier and TypeMethodDescriptionWithdrawalStatus.deepCopy()static WithdrawalStatusWithdrawalStatus.failed(WithdrawalFailed value) WithdrawalState.getStatus()Change.getStatusChanged()static WithdrawalStatusWithdrawalStatus.pending(WithdrawalPending value) static WithdrawalStatusWithdrawalStatus.succeeded(WithdrawalSucceeded value) Methods in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalStatusModifier and TypeMethodDescriptionintWithdrawalStatus.compareTo(WithdrawalStatus other) booleanWithdrawalStatus.equals(WithdrawalStatus other) WithdrawalState.setStatus(WithdrawalStatus status) voidChange.setStatusChanged(WithdrawalStatus value) static ChangeChange.status_changed(WithdrawalStatus value) Constructors in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalStatusModifierConstructorDescriptionWithdrawalState(String id, Withdrawal withdrawal, String created_at, WithdrawalStatus status) WithdrawalStatus(WithdrawalStatus other)