Uses of Class
com.adyen.model.checkout.Result
-
Packages that use Result Package Description com.adyen.model.checkout -
-
Uses of Result in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Result Modifier and Type Method Description static ResultResult. fromValue(String value)ResultValidateShopperIdResponse. 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.checkout with parameters of type Result Modifier and Type Method Description ValidateShopperIdResponseValidateShopperIdResponse. result(Result result)resultvoidValidateShopperIdResponse. setResult(Result result)result
-