Uses of Class
dev.vality.damsel.webhooker.CustomerEventType
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of CustomerEventType in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type CustomerEventType Modifier and Type Field Description Set<CustomerEventType>CustomerEventFilter. typesMethods in dev.vality.damsel.webhooker that return CustomerEventType Modifier and Type Method Description static CustomerEventTypeCustomerEventType. binding(CustomerBindingEvent value)static CustomerEventTypeCustomerEventType. created(CustomerCreated value)CustomerEventTypeCustomerEventType. deepCopy()static CustomerEventTypeCustomerEventType. deleted(CustomerDeleted value)static CustomerEventTypeCustomerEventType. ready(CustomerStatusReady value)Methods in dev.vality.damsel.webhooker that return types with arguments of type CustomerEventType Modifier and Type Method Description Set<CustomerEventType>CustomerEventFilter. getTypes()Iterator<CustomerEventType>CustomerEventFilter. getTypesIterator()Methods in dev.vality.damsel.webhooker with parameters of type CustomerEventType Modifier and Type Method Description voidCustomerEventFilter. addToTypes(CustomerEventType elem)intCustomerEventType. compareTo(CustomerEventType other)booleanCustomerEventType. equals(CustomerEventType other)Method parameters in dev.vality.damsel.webhooker with type arguments of type CustomerEventType Modifier and Type Method Description CustomerEventFilterCustomerEventFilter. setTypes(Set<CustomerEventType> types)Constructors in dev.vality.damsel.webhooker with parameters of type CustomerEventType Constructor Description CustomerEventType(CustomerEventType other)Constructor parameters in dev.vality.damsel.webhooker with type arguments of type CustomerEventType Constructor Description CustomerEventFilter(Set<CustomerEventType> types, String shop_id)