Uses of Class
dev.vality.fistful.webhooker.WithdrawalSucceeded
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of WithdrawalSucceeded in dev.vality.fistful.webhooker
Methods in dev.vality.fistful.webhooker that return WithdrawalSucceeded Modifier and Type Method Description WithdrawalSucceededWithdrawalSucceeded. deepCopy()WithdrawalSucceededWithdrawalEventType. getSucceeded()Methods in dev.vality.fistful.webhooker with parameters of type WithdrawalSucceeded Modifier and Type Method Description intWithdrawalSucceeded. compareTo(WithdrawalSucceeded other)booleanWithdrawalSucceeded. equals(WithdrawalSucceeded that)voidWithdrawalEventType. setSucceeded(WithdrawalSucceeded value)static WithdrawalEventTypeWithdrawalEventType. succeeded(WithdrawalSucceeded value)Constructors in dev.vality.fistful.webhooker with parameters of type WithdrawalSucceeded Constructor Description WithdrawalSucceeded(WithdrawalSucceeded other)Performs a deep copy on other.