Uses of Class
dev.vality.fistful.webhooker.EventType
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of EventType in dev.vality.fistful.webhooker
Fields in dev.vality.fistful.webhooker with type parameters of type EventType Modifier and Type Field Description Set<EventType>EventFilter. typesMethods in dev.vality.fistful.webhooker that return EventType Modifier and Type Method Description EventTypeEventType. deepCopy()static EventTypeEventType. destination(DestinationEventType value)static EventTypeEventType. withdrawal(WithdrawalEventType value)Methods in dev.vality.fistful.webhooker that return types with arguments of type EventType Modifier and Type Method Description Set<EventType>EventFilter. getTypes()Iterator<EventType>EventFilter. getTypesIterator()Methods in dev.vality.fistful.webhooker with parameters of type EventType Modifier and Type Method Description voidEventFilter. addToTypes(EventType elem)intEventType. compareTo(EventType other)booleanEventType. equals(EventType other)Method parameters in dev.vality.fistful.webhooker with type arguments of type EventType Modifier and Type Method Description EventFilterEventFilter. setTypes(Set<EventType> types)Constructors in dev.vality.fistful.webhooker with parameters of type EventType Constructor Description EventType(EventType other)Constructor parameters in dev.vality.fistful.webhooker with type arguments of type EventType Constructor Description EventFilter(Set<EventType> types)