Uses of Class
dev.vality.fistful.withdrawal.status.Succeeded
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal.status |
-
Uses of Succeeded in dev.vality.fistful.withdrawal.status
Methods in dev.vality.fistful.withdrawal.status that return Succeeded Modifier and Type Method Description SucceededSucceeded. deepCopy()SucceededStatus. getSucceeded()Methods in dev.vality.fistful.withdrawal.status with parameters of type Succeeded Modifier and Type Method Description intSucceeded. compareTo(Succeeded other)booleanSucceeded. equals(Succeeded that)voidStatus. setSucceeded(Succeeded value)static StatusStatus. succeeded(Succeeded value)Constructors in dev.vality.fistful.withdrawal.status with parameters of type Succeeded Constructor Description Succeeded(Succeeded other)Performs a deep copy on other.