Uses of Class
com.adyen.model.configurationwebhooks.SweepConfigurationNotificationRequest.TypeEnum
-
Packages that use SweepConfigurationNotificationRequest.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of SweepConfigurationNotificationRequest.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return SweepConfigurationNotificationRequest.TypeEnum Modifier and Type Method Description static SweepConfigurationNotificationRequest.TypeEnumSweepConfigurationNotificationRequest.TypeEnum. fromValue(String value)SweepConfigurationNotificationRequest.TypeEnumSweepConfigurationNotificationRequest. getType()Type of webhook.static SweepConfigurationNotificationRequest.TypeEnumSweepConfigurationNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SweepConfigurationNotificationRequest.TypeEnum[]SweepConfigurationNotificationRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type SweepConfigurationNotificationRequest.TypeEnum Modifier and Type Method Description voidSweepConfigurationNotificationRequest. setType(SweepConfigurationNotificationRequest.TypeEnum type)Type of webhook.SweepConfigurationNotificationRequestSweepConfigurationNotificationRequest. type(SweepConfigurationNotificationRequest.TypeEnum type)Type of webhook.
-