Uses of Class
dev.vality.damsel.webhooker.CustomerBindingEvent
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of CustomerBindingEvent in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return CustomerBindingEvent Modifier and Type Method Description CustomerBindingEventCustomerBindingEvent. deepCopy()static CustomerBindingEventCustomerBindingEvent. failed(CustomerBindingFailed value)CustomerBindingEventCustomerEventType. getBinding()static CustomerBindingEventCustomerBindingEvent. started(CustomerBindingStarted value)static CustomerBindingEventCustomerBindingEvent. succeeded(CustomerBindingSucceeded value)Methods in dev.vality.damsel.webhooker with parameters of type CustomerBindingEvent Modifier and Type Method Description static CustomerEventTypeCustomerEventType. binding(CustomerBindingEvent value)intCustomerBindingEvent. compareTo(CustomerBindingEvent other)booleanCustomerBindingEvent. equals(CustomerBindingEvent other)voidCustomerEventType. setBinding(CustomerBindingEvent value)Constructors in dev.vality.damsel.webhooker with parameters of type CustomerBindingEvent Constructor Description CustomerBindingEvent(CustomerBindingEvent other)