Uses of Class
com.adyen.model.tapi.ErrorCondition
-
Packages that use ErrorCondition Package Description com.adyen.model.tapi -
-
Uses of ErrorCondition in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return ErrorCondition Modifier and Type Method Description static ErrorConditionErrorCondition. fromValue(String value)ErrorConditionResponse. getErrorCondition()Get errorConditionstatic ErrorConditionErrorCondition. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCondition[]ErrorCondition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type ErrorCondition Modifier and Type Method Description ResponseResponse. errorCondition(ErrorCondition errorCondition)errorConditionvoidResponse. setErrorCondition(ErrorCondition errorCondition)errorCondition
-