Uses of Class
com.adyen.model.marketpay.notification.NotificationEventConfiguration.IncludeModeEnum
-
Packages that use NotificationEventConfiguration.IncludeModeEnum Package Description com.adyen.model.marketpay.notification -
-
Uses of NotificationEventConfiguration.IncludeModeEnum in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return NotificationEventConfiguration.IncludeModeEnum Modifier and Type Method Description NotificationEventConfiguration.IncludeModeEnumNotificationEventConfiguration. getIncludeMode()specifies if the notification has to be sent in case an event of the mentioned type has occurred, or of events other than event of the mentioned type have occurredstatic NotificationEventConfiguration.IncludeModeEnumNotificationEventConfiguration.IncludeModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationEventConfiguration.IncludeModeEnum[]NotificationEventConfiguration.IncludeModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpay.notification with parameters of type NotificationEventConfiguration.IncludeModeEnum Modifier and Type Method Description NotificationEventConfigurationNotificationEventConfiguration. includeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)voidNotificationEventConfiguration. setIncludeMode(NotificationEventConfiguration.IncludeModeEnum includeMode)
-