Uses of Class
com.adyen.model.tapi.EventToNotify
-
Packages that use EventToNotify Package Description com.adyen.model.tapi -
-
Uses of EventToNotify in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return EventToNotify Modifier and Type Method Description static EventToNotifyEventToNotify. fromValue(String value)EventToNotifyEventNotification. getEventToNotify()Get eventToNotifystatic EventToNotifyEventToNotify. valueOf(String name)Returns the enum constant of this type with the specified name.static EventToNotify[]EventToNotify. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type EventToNotify Modifier and Type Method Description EventNotificationEventNotification. eventToNotify(EventToNotify eventToNotify)eventToNotifyvoidEventNotification. setEventToNotify(EventToNotify eventToNotify)eventToNotify
-