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