Uses of Class
com.adyen.model.marketpay.notification.NotificationEventConfiguration
-
Packages that use NotificationEventConfiguration Package Description com.adyen.model.marketpay.notification -
-
Uses of NotificationEventConfiguration in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return NotificationEventConfiguration Modifier and Type Method Description NotificationEventConfigurationNotificationEventConfiguration. eventType(NotificationEventConfiguration.EventTypeEnum eventType)NotificationEventConfigurationNotificationEventConfigurationContainer. getNotificationEventConfiguration()NotificationEventConfigurationNotificationEventConfiguration. includeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)Methods in com.adyen.model.marketpay.notification that return types with arguments of type NotificationEventConfiguration Modifier and Type Method Description List<NotificationEventConfiguration>NotificationConfigurationDetails. getEventConfigs()types of the events thiggering the notificationMethods in com.adyen.model.marketpay.notification with parameters of type NotificationEventConfiguration Modifier and Type Method Description NotificationConfigurationDetailsNotificationConfigurationDetails. addEventConfigsItem(NotificationEventConfiguration eventConfigsItem)voidNotificationEventConfigurationContainer. setNotificationEventConfiguration(NotificationEventConfiguration notificationEventConfiguration)Method parameters in com.adyen.model.marketpay.notification with type arguments of type NotificationEventConfiguration Modifier and Type Method Description NotificationConfigurationDetailsNotificationConfigurationDetails. eventConfigs(List<NotificationEventConfiguration> eventConfigs)voidNotificationConfigurationDetails. setEventConfigs(List<NotificationEventConfiguration> eventConfigs)
-