Uses of Class
dev.vality.fistful.transfer.Cancelled
| Package | Description |
|---|---|
| dev.vality.fistful.transfer |
-
Uses of Cancelled in dev.vality.fistful.transfer
Methods in dev.vality.fistful.transfer that return Cancelled Modifier and Type Method Description CancelledCancelled. deepCopy()CancelledStatus. getCancelled()Methods in dev.vality.fistful.transfer with parameters of type Cancelled Modifier and Type Method Description static StatusStatus. cancelled(Cancelled value)intCancelled. compareTo(Cancelled other)booleanCancelled. equals(Cancelled that)voidStatus. setCancelled(Cancelled value)Constructors in dev.vality.fistful.transfer with parameters of type Cancelled Constructor Description Cancelled(Cancelled other)Performs a deep copy on other.