Uses of Class
com.adyen.util.tapi.PredefinedContentHelper.DisplayNotificationEvent
-
Packages that use PredefinedContentHelper.DisplayNotificationEvent Package Description com.adyen.util.tapi -
-
Uses of PredefinedContentHelper.DisplayNotificationEvent in com.adyen.util.tapi
Methods in com.adyen.util.tapi that return PredefinedContentHelper.DisplayNotificationEvent Modifier and Type Method Description static PredefinedContentHelper.DisplayNotificationEventPredefinedContentHelper.DisplayNotificationEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static PredefinedContentHelper.DisplayNotificationEvent[]PredefinedContentHelper.DisplayNotificationEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.util.tapi that return types with arguments of type PredefinedContentHelper.DisplayNotificationEvent Modifier and Type Method Description Optional<PredefinedContentHelper.DisplayNotificationEvent>PredefinedContentHelper. getEvent()Extracts and validates the 'event' value from the reference ID.
-