Uses of Class
com.adyen.model.notification.NotificationRequest
-
Packages that use NotificationRequest Package Description com.adyen.model.notification com.adyen.notification -
-
Uses of NotificationRequest in com.adyen.model.notification
Methods in com.adyen.model.notification that return NotificationRequest Modifier and Type Method Description static NotificationRequestNotificationRequest. fromJson(String jsonString)Create an instance of NotificationRequest given an JSON stringNotificationRequestNotificationRequest. setLive(String live) -
Uses of NotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return NotificationRequest Modifier and Type Method Description NotificationRequestWebhookHandler. handleNotificationJson(String json)NotificationRequestWebhookHandler. handleNotificationJsonJackson(String json)
-