Uses of Class
dev.vality.fistful.webhooker.WithdrawalEventType
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of WithdrawalEventType in dev.vality.fistful.webhooker
Methods in dev.vality.fistful.webhooker that return WithdrawalEventType Modifier and Type Method Description WithdrawalEventTypeWithdrawalEventType. deepCopy()static WithdrawalEventTypeWithdrawalEventType. failed(WithdrawalFailed value)WithdrawalEventTypeEventType. getWithdrawal()static WithdrawalEventTypeWithdrawalEventType. started(WithdrawalStarted value)static WithdrawalEventTypeWithdrawalEventType. succeeded(WithdrawalSucceeded value)Methods in dev.vality.fistful.webhooker with parameters of type WithdrawalEventType Modifier and Type Method Description intWithdrawalEventType. compareTo(WithdrawalEventType other)booleanWithdrawalEventType. equals(WithdrawalEventType other)voidEventType. setWithdrawal(WithdrawalEventType value)static EventTypeEventType. withdrawal(WithdrawalEventType value)Constructors in dev.vality.fistful.webhooker with parameters of type WithdrawalEventType Constructor Description WithdrawalEventType(WithdrawalEventType other)