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