Uses of Class
com.adyen.model.acswebhooks.RelayedAuthenticationRequest.TypeEnum
-
Packages that use RelayedAuthenticationRequest.TypeEnum Package Description com.adyen.model.acswebhooks -
-
Uses of RelayedAuthenticationRequest.TypeEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return RelayedAuthenticationRequest.TypeEnum Modifier and Type Method Description static RelayedAuthenticationRequest.TypeEnumRelayedAuthenticationRequest.TypeEnum. fromValue(String value)RelayedAuthenticationRequest.TypeEnumRelayedAuthenticationRequest. getType()Type of notification.static RelayedAuthenticationRequest.TypeEnumRelayedAuthenticationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RelayedAuthenticationRequest.TypeEnum[]RelayedAuthenticationRequest.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 RelayedAuthenticationRequest.TypeEnum Modifier and Type Method Description voidRelayedAuthenticationRequest. setType(RelayedAuthenticationRequest.TypeEnum type)Type of notification.RelayedAuthenticationRequestRelayedAuthenticationRequest. type(RelayedAuthenticationRequest.TypeEnum type)Type of notification.
-