Uses of Class
com.adyen.model.nexo.EventToNotifyType
-
Packages that use EventToNotifyType Package Description com.adyen.model.nexo -
-
Uses of EventToNotifyType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as EventToNotifyType Modifier and Type Field Description protected EventToNotifyTypeEventNotification. eventToNotifyThe Event to notify.Methods in com.adyen.model.nexo that return EventToNotifyType Modifier and Type Method Description static EventToNotifyTypeEventToNotifyType. fromValue(String v)From value event to notify type.EventToNotifyTypeEventNotification. getEventToNotify()Gets the value of the eventToNotify property.static EventToNotifyTypeEventToNotifyType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventToNotifyType[]EventToNotifyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type EventToNotifyType Modifier and Type Method Description voidEventNotification. setEventToNotify(EventToNotifyType value)Sets the value of the eventToNotify property.
-