Uses of Class
dev.vality.damsel.webhooker.InvoiceEventType
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoiceEventType in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type InvoiceEventType Modifier and Type Field Description Set<InvoiceEventType>InvoiceEventFilter. typesMethods in dev.vality.damsel.webhooker that return InvoiceEventType Modifier and Type Method Description static InvoiceEventTypeInvoiceEventType. created(InvoiceCreated value)InvoiceEventTypeInvoiceEventType. deepCopy()static InvoiceEventTypeInvoiceEventType. payment(InvoicePaymentEventType value)static InvoiceEventTypeInvoiceEventType. status_changed(InvoiceStatusChanged value)Methods in dev.vality.damsel.webhooker that return types with arguments of type InvoiceEventType Modifier and Type Method Description Set<InvoiceEventType>InvoiceEventFilter. getTypes()Iterator<InvoiceEventType>InvoiceEventFilter. getTypesIterator()Methods in dev.vality.damsel.webhooker with parameters of type InvoiceEventType Modifier and Type Method Description voidInvoiceEventFilter. addToTypes(InvoiceEventType elem)intInvoiceEventType. compareTo(InvoiceEventType other)booleanInvoiceEventType. equals(InvoiceEventType other)Method parameters in dev.vality.damsel.webhooker with type arguments of type InvoiceEventType Modifier and Type Method Description InvoiceEventFilterInvoiceEventFilter. setTypes(Set<InvoiceEventType> types)Constructors in dev.vality.damsel.webhooker with parameters of type InvoiceEventType Constructor Description InvoiceEventType(InvoiceEventType other)Constructor parameters in dev.vality.damsel.webhooker with type arguments of type InvoiceEventType Constructor Description InvoiceEventFilter(Set<InvoiceEventType> types, String shop_id)