Uses of Class
dev.vality.damsel.webhooker.CustomerBindingSucceeded
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of CustomerBindingSucceeded in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return CustomerBindingSucceeded Modifier and Type Method Description CustomerBindingSucceededCustomerBindingSucceeded. deepCopy()CustomerBindingSucceededCustomerBindingEvent. getSucceeded()Methods in dev.vality.damsel.webhooker with parameters of type CustomerBindingSucceeded Modifier and Type Method Description intCustomerBindingSucceeded. compareTo(CustomerBindingSucceeded other)booleanCustomerBindingSucceeded. equals(CustomerBindingSucceeded that)voidCustomerBindingEvent. setSucceeded(CustomerBindingSucceeded value)static CustomerBindingEventCustomerBindingEvent. succeeded(CustomerBindingSucceeded value)Constructors in dev.vality.damsel.webhooker with parameters of type CustomerBindingSucceeded Constructor Description CustomerBindingSucceeded(CustomerBindingSucceeded other)Performs a deep copy on other.