Uses of Class
dev.vality.swag_webhook_events.model.Event.TopicEnum
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events.model |
-
Uses of Event.TopicEnum in dev.vality.swag_webhook_events.model
Methods in dev.vality.swag_webhook_events.model that return Event.TopicEnum Modifier and Type Method Description static Event.TopicEnumEvent.TopicEnum. fromValue(String value)Event.TopicEnumEvent. getTopic()Subject of notificationstatic Event.TopicEnumEvent.TopicEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Event.TopicEnum[]Event.TopicEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag_webhook_events.model with parameters of type Event.TopicEnum Modifier and Type Method Description voidEvent. setTopic(Event.TopicEnum topic)EventEvent. topic(Event.TopicEnum topic)