Uses of Class
com.adyen.model.marketpay.notification.GenericNotification.EventTypeEnum
-
Packages that use GenericNotification.EventTypeEnum Package Description com.adyen.model.marketpay.notification -
-
Uses of GenericNotification.EventTypeEnum in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return GenericNotification.EventTypeEnum Modifier and Type Method Description GenericNotification.EventTypeEnumGenericNotification. getEventType()static GenericNotification.EventTypeEnumGenericNotification.EventTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GenericNotification.EventTypeEnum[]GenericNotification.EventTypeEnum. 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 GenericNotification.EventTypeEnum Modifier and Type Method Description voidGenericNotification. setEventType(GenericNotification.EventTypeEnum eventType)
-