Uses of Class
com.adyen.model.tapi.Result
-
Packages that use Result Package Description com.adyen.model.tapi -
-
Uses of Result in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return Result Modifier and Type Method Description static ResultResult. fromValue(String value)ResultResponse. getResult()Get resultstatic ResultResult. valueOf(String name)Returns the enum constant of this type with the specified name.static Result[]Result. 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 Result Modifier and Type Method Description ResponseResponse. result(Result result)resultvoidResponse. setResult(Result result)result
-