Uses of Class
dev.vality.swag.wallets.webhook.events.model.Event.EventTypeEnum
| Package | Description |
|---|---|
| dev.vality.swag.wallets.webhook.events.model |
-
Uses of Event.EventTypeEnum in dev.vality.swag.wallets.webhook.events.model
Fields in dev.vality.swag.wallets.webhook.events.model declared as Event.EventTypeEnum Modifier and Type Field Description protected Event.EventTypeEnumEvent. eventTypeMethods in dev.vality.swag.wallets.webhook.events.model that return Event.EventTypeEnum Modifier and Type Method Description static Event.EventTypeEnumEvent.EventTypeEnum. fromValue(String value)Event.EventTypeEnumEvent. getEventType()Тип произошедшего с предметом оповещения событияstatic Event.EventTypeEnumEvent.EventTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Event.EventTypeEnum[]Event.EventTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag.wallets.webhook.events.model with parameters of type Event.EventTypeEnum Modifier and Type Method Description EventEvent. eventType(Event.EventTypeEnum eventType)voidEvent. setEventType(Event.EventTypeEnum eventType)