Uses of Class
dev.vality.damsel.webhooker.InvoiceEventFilter
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoiceEventFilter in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoiceEventFilter Modifier and Type Method Description InvoiceEventFilterInvoiceEventFilter. deepCopy()InvoiceEventFilterEventFilter. getInvoice()InvoiceEventFilterInvoiceEventFilter. setShopId(String shop_id)InvoiceEventFilterInvoiceEventFilter. setTypes(Set<InvoiceEventType> types)Methods in dev.vality.damsel.webhooker with parameters of type InvoiceEventFilter Modifier and Type Method Description intInvoiceEventFilter. compareTo(InvoiceEventFilter other)booleanInvoiceEventFilter. equals(InvoiceEventFilter that)static EventFilterEventFilter. invoice(InvoiceEventFilter value)voidEventFilter. setInvoice(InvoiceEventFilter value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoiceEventFilter Constructor Description InvoiceEventFilter(InvoiceEventFilter other)Performs a deep copy on other.