Uses of Class
dev.vality.fistful.deposit.status.Pending
| Package | Description |
|---|---|
| dev.vality.fistful.deposit.status |
-
Uses of Pending in dev.vality.fistful.deposit.status
Methods in dev.vality.fistful.deposit.status that return Pending Modifier and Type Method Description PendingPending. deepCopy()PendingStatus. getPending()Methods in dev.vality.fistful.deposit.status with parameters of type Pending Modifier and Type Method Description intPending. compareTo(Pending other)booleanPending. equals(Pending that)static StatusStatus. pending(Pending value)voidStatus. setPending(Pending value)Constructors in dev.vality.fistful.deposit.status with parameters of type Pending Constructor Description Pending(Pending other)Performs a deep copy on other.