Uses of Class
com.adyen.model.nexo.OutputText
-
Packages that use OutputText Package Description com.adyen.model.nexo -
-
Uses of OutputText in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type OutputText Modifier and Type Field Description protected List<OutputText>MenuEntry. outputTextThe Output text.protected List<OutputText>OutputContent. outputTextThe Output text.Methods in com.adyen.model.nexo that return OutputText Modifier and Type Method Description OutputTextObjectFactory. createOutputText()Create an instance ofOutputTextMethods in com.adyen.model.nexo that return types with arguments of type OutputText Modifier and Type Method Description List<OutputText>MenuEntry. getOutputText()Gets the value of the outputText property.List<OutputText>OutputContent. getOutputText()Gets the value of the outputText property.Method parameters in com.adyen.model.nexo with type arguments of type OutputText Modifier and Type Method Description voidMenuEntry. setOutputText(List<OutputText> outputText)Sets the value of the outputText property.voidOutputContent. setOutputText(List<OutputText> outputText)
-