Uses of Class
com.adyen.model.marketpayconfiguration.NotificationEventConfiguration
-
Packages that use NotificationEventConfiguration Package Description com.adyen.model.marketpayconfiguration -
-
Uses of NotificationEventConfiguration in com.adyen.model.marketpayconfiguration
Methods in com.adyen.model.marketpayconfiguration that return NotificationEventConfiguration Modifier and Type Method Description NotificationEventConfigurationNotificationEventConfiguration. eventType(NotificationEventConfiguration.EventTypeEnum eventType)static NotificationEventConfigurationNotificationEventConfiguration. fromJson(String jsonString)Create an instance of NotificationEventConfiguration given an JSON stringNotificationEventConfigurationNotificationEventConfiguration. includeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)Methods in com.adyen.model.marketpayconfiguration that return types with arguments of type NotificationEventConfiguration Modifier and Type Method Description List<NotificationEventConfiguration>NotificationConfigurationDetails. getEventConfigs()Contains objects that define event types and their subscription settings.Methods in com.adyen.model.marketpayconfiguration with parameters of type NotificationEventConfiguration Modifier and Type Method Description NotificationConfigurationDetailsNotificationConfigurationDetails. addEventConfigsItem(NotificationEventConfiguration eventConfigsItem)Method parameters in com.adyen.model.marketpayconfiguration with type arguments of type NotificationEventConfiguration Modifier and Type Method Description NotificationConfigurationDetailsNotificationConfigurationDetails. eventConfigs(List<NotificationEventConfiguration> eventConfigs)voidNotificationConfigurationDetails. setEventConfigs(List<NotificationEventConfiguration> eventConfigs)
-