Uses of Class
dev.vality.damsel.webhooker.CustomerEventFilter
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of CustomerEventFilter in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return CustomerEventFilter Modifier and Type Method Description CustomerEventFilterCustomerEventFilter. deepCopy()CustomerEventFilterEventFilter. getCustomer()CustomerEventFilterCustomerEventFilter. setShopId(String shop_id)CustomerEventFilterCustomerEventFilter. setTypes(Set<CustomerEventType> types)Methods in dev.vality.damsel.webhooker with parameters of type CustomerEventFilter Modifier and Type Method Description intCustomerEventFilter. compareTo(CustomerEventFilter other)static EventFilterEventFilter. customer(CustomerEventFilter value)booleanCustomerEventFilter. equals(CustomerEventFilter that)voidEventFilter. setCustomer(CustomerEventFilter value)Constructors in dev.vality.damsel.webhooker with parameters of type CustomerEventFilter Constructor Description CustomerEventFilter(CustomerEventFilter other)Performs a deep copy on other.