Uses of Class
com.adyen.model.nexo.ResultType
-
Packages that use ResultType Package Description com.adyen.model.nexo -
-
Uses of ResultType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as ResultType Modifier and Type Field Description protected ResultTypeResponse. resultThe Result.Methods in com.adyen.model.nexo that return ResultType Modifier and Type Method Description static ResultTypeResultType. fromValue(String v)From value result type.ResultTypeResponse. getResult()Gets the value of the result property.static ResultTypeResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultType[]ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type ResultType Modifier and Type Method Description voidResponse. setResult(ResultType value)Sets the value of the result property.
-