Uses of Class
com.adyen.model.tapi.OutputResult
-
Packages that use OutputResult Package Description com.adyen.model.tapi -
-
Uses of OutputResult in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return OutputResult Modifier and Type Method Description OutputResultOutputResult. device(Device device)devicestatic OutputResultOutputResult. fromJson(String jsonString)Create an instance of OutputResult given an JSON stringOutputResultInputResponse. getOutputResult()Get outputResultOutputResultOutputResult. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.OutputResultOutputResult. infoQualify(InfoQualify infoQualify)infoQualifyOutputResultOutputResult. response(Response response)responseMethods in com.adyen.model.tapi that return types with arguments of type OutputResult Modifier and Type Method Description List<OutputResult>DisplayResponse. getOutputResult()Information related to the result the output (display, print, input).Methods in com.adyen.model.tapi with parameters of type OutputResult Modifier and Type Method Description DisplayResponseDisplayResponse. addOutputResultItem(OutputResult outputResultItem)InputResponseInputResponse. outputResult(OutputResult outputResult)outputResultvoidInputResponse. setOutputResult(OutputResult outputResult)outputResultMethod parameters in com.adyen.model.tapi with type arguments of type OutputResult Modifier and Type Method Description DisplayResponseDisplayResponse. outputResult(List<OutputResult> outputResult)Information related to the result the output (display, print, input).voidDisplayResponse. setOutputResult(List<OutputResult> outputResult)Information related to the result the output (display, print, input).
-