Uses of Class
com.adyen.model.nexo.OutputResult
-
Packages that use OutputResult Package Description com.adyen.model.nexo -
-
Uses of OutputResult in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as OutputResult Modifier and Type Field Description protected OutputResultInputResponse. outputResultThe Output result.Fields in com.adyen.model.nexo with type parameters of type OutputResult Modifier and Type Field Description protected List<OutputResult>DisplayResponse. outputResultThe Output result.Methods in com.adyen.model.nexo that return OutputResult Modifier and Type Method Description OutputResultObjectFactory. createOutputResult()Create an instance ofOutputResultOutputResultInputResponse. getOutputResult()Gets the value of the outputResult property.Methods in com.adyen.model.nexo that return types with arguments of type OutputResult Modifier and Type Method Description List<OutputResult>DisplayResponse. getOutputResult()Gets the value of the outputResult property.Methods in com.adyen.model.nexo with parameters of type OutputResult Modifier and Type Method Description voidInputResponse. setOutputResult(OutputResult value)Sets the value of the outputResult property.
-