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