Uses of Class
dev.vality.bouncer.context.v1.WebhookFilter
| Package | Description |
|---|---|
| dev.vality.bouncer.context.v1 |
-
Uses of WebhookFilter in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 declared as WebhookFilter Modifier and Type Field Description WebhookFilterWebhook. filterMethods in dev.vality.bouncer.context.v1 that return WebhookFilter Modifier and Type Method Description WebhookFilterWebhookFilter. deepCopy()WebhookFilterWebhook. getFilter()WebhookFilterWebhookFilter. setShop(Entity shop)WebhookFilterWebhookFilter. setTopic(String topic)Methods in dev.vality.bouncer.context.v1 with parameters of type WebhookFilter Modifier and Type Method Description intWebhookFilter. compareTo(WebhookFilter other)booleanWebhookFilter. equals(WebhookFilter that)WebhookWebhook. setFilter(WebhookFilter filter)Constructors in dev.vality.bouncer.context.v1 with parameters of type WebhookFilter Constructor Description WebhookFilter(WebhookFilter other)Performs a deep copy on other.