Uses of Class
com.adyen.model.acswebhooks.AuthenticationDecision.StatusEnum
-
Packages that use AuthenticationDecision.StatusEnum Package Description com.adyen.model.acswebhooks -
-
Uses of AuthenticationDecision.StatusEnum in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationDecision.StatusEnum Modifier and Type Method Description static AuthenticationDecision.StatusEnumAuthenticationDecision.StatusEnum. fromValue(String value)AuthenticationDecision.StatusEnumAuthenticationDecision. getStatus()The status of the authentication.static AuthenticationDecision.StatusEnumAuthenticationDecision.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationDecision.StatusEnum[]AuthenticationDecision.StatusEnum. 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 AuthenticationDecision.StatusEnum Modifier and Type Method Description voidAuthenticationDecision. setStatus(AuthenticationDecision.StatusEnum status)The status of the authentication.AuthenticationDecisionAuthenticationDecision. status(AuthenticationDecision.StatusEnum status)The status of the authentication.
-