Uses of Class
dev.vality.fistful.fistful_stat.WithdrawalPending
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of WithdrawalPending in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return WithdrawalPending Modifier and Type Method Description WithdrawalPendingWithdrawalPending. deepCopy()WithdrawalPendingWithdrawalStatus. getPending()Methods in dev.vality.fistful.fistful_stat with parameters of type WithdrawalPending Modifier and Type Method Description intWithdrawalPending. compareTo(WithdrawalPending other)booleanWithdrawalPending. equals(WithdrawalPending that)static WithdrawalStatusWithdrawalStatus. pending(WithdrawalPending value)voidWithdrawalStatus. setPending(WithdrawalPending value)Constructors in dev.vality.fistful.fistful_stat with parameters of type WithdrawalPending Constructor Description WithdrawalPending(WithdrawalPending other)Performs a deep copy on other.