Uses of Class
dev.vality.damsel.webhooker.CustomerStatusReady
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of CustomerStatusReady in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return CustomerStatusReady Modifier and Type Method Description CustomerStatusReadyCustomerStatusReady. deepCopy()CustomerStatusReadyCustomerEventType. getReady()Methods in dev.vality.damsel.webhooker with parameters of type CustomerStatusReady Modifier and Type Method Description intCustomerStatusReady. compareTo(CustomerStatusReady other)booleanCustomerStatusReady. equals(CustomerStatusReady that)static CustomerEventTypeCustomerEventType. ready(CustomerStatusReady value)voidCustomerEventType. setReady(CustomerStatusReady value)Constructors in dev.vality.damsel.webhooker with parameters of type CustomerStatusReady Constructor Description CustomerStatusReady(CustomerStatusReady other)Performs a deep copy on other.