Uses of Class
dev.vality.fistful.webhooker.EventFilter
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of EventFilter in dev.vality.fistful.webhooker
Fields in dev.vality.fistful.webhooker declared as EventFilter Modifier and Type Field Description EventFilterWebhook. event_filterEventFilterWebhookParams. event_filterMethods in dev.vality.fistful.webhooker that return EventFilter Modifier and Type Method Description EventFilterEventFilter. deepCopy()EventFilterWebhook. getEventFilter()EventFilterWebhookParams. getEventFilter()EventFilterEventFilter. setTypes(Set<EventType> types)Methods in dev.vality.fistful.webhooker with parameters of type EventFilter Modifier and Type Method Description intEventFilter. compareTo(EventFilter other)booleanEventFilter. equals(EventFilter that)WebhookWebhook. setEventFilter(EventFilter event_filter)WebhookParamsWebhookParams. setEventFilter(EventFilter event_filter)Constructors in dev.vality.fistful.webhooker with parameters of type EventFilter Constructor Description EventFilter(EventFilter other)Performs a deep copy on other.Webhook(long id, String identity_id, EventFilter event_filter, String url, String pub_key, boolean enabled)WebhookParams(String identity_id, EventFilter event_filter, String url)