Uses of Class
com.adyen.model.management.Notification
-
Packages that use Notification Package Description com.adyen.model.management -
-
Uses of Notification in com.adyen.model.management
Methods in com.adyen.model.management that return Notification Modifier and Type Method Description NotificationNotification. category(Notification.CategoryEnum category)NotificationNotification. details(String details)NotificationNotification. enabled(Boolean enabled)static NotificationNotification. fromJson(String jsonString)Create an instance of Notification given an JSON stringNotificationNexo. getNotification()Get notificationNotificationNotification. showButton(Boolean showButton)NotificationNotification. title(String title)Methods in com.adyen.model.management with parameters of type Notification Modifier and Type Method Description NexoNexo. notification(Notification notification)voidNexo. setNotification(Notification notification)notification
-