Uses of Class
com.adyen.model.marketpayconfiguration.NotificationEventConfiguration.EventTypeEnum
-
Packages that use NotificationEventConfiguration.EventTypeEnum Package Description com.adyen.model.marketpayconfiguration -
-
Uses of NotificationEventConfiguration.EventTypeEnum in com.adyen.model.marketpayconfiguration
Methods in com.adyen.model.marketpayconfiguration that return NotificationEventConfiguration.EventTypeEnum Modifier and Type Method Description static NotificationEventConfiguration.EventTypeEnumNotificationEventConfiguration.EventTypeEnum. fromValue(String value)NotificationEventConfiguration.EventTypeEnumNotificationEventConfiguration. getEventType()The type of event.static NotificationEventConfiguration.EventTypeEnumNotificationEventConfiguration.EventTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationEventConfiguration.EventTypeEnum[]NotificationEventConfiguration.EventTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayconfiguration with parameters of type NotificationEventConfiguration.EventTypeEnum Modifier and Type Method Description NotificationEventConfigurationNotificationEventConfiguration. eventType(NotificationEventConfiguration.EventTypeEnum eventType)voidNotificationEventConfiguration. setEventType(NotificationEventConfiguration.EventTypeEnum eventType)
-