Uses of Class
com.adyen.model.tapi.OutputText
-
Packages that use OutputText Package Description com.adyen.model.tapi -
-
Uses of OutputText in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return OutputText Modifier and Type Method Description OutputTextOutputText. alignment(Alignment alignment)alignmentOutputTextOutputText. characterHeight(CharacterHeight characterHeight)characterHeightOutputTextOutputText. characterSet(Integer characterSet)Character height of the text string to display or print.OutputTextOutputText. characterStyle(CharacterStyle characterStyle)characterStyleOutputTextOutputText. characterWidth(CharacterWidth characterWidth)characterWidthOutputTextOutputText. endOfLineFlag(Boolean endOfLineFlag)Indicates if the text is at the end of a line.static OutputTextOutputText. fromJson(String jsonString)Create an instance of OutputText given an JSON stringOutputTextOutputText. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.OutputTextOutputText. startColumn(Integer startColumn)Column where the text string has to be displayed or printed.OutputTextOutputText. startRow(Integer startRow)Row where the text string has to be displayed or printed.OutputTextOutputText. text(String text)Content of text message to display, print or play.Methods in com.adyen.model.tapi that return types with arguments of type OutputText Modifier and Type Method Description List<OutputText>MenuEntry. getOutputText()Content of text message to display or print.List<OutputText>OutputContent. getOutputText()Content of text message to display or print.Methods in com.adyen.model.tapi with parameters of type OutputText Modifier and Type Method Description MenuEntryMenuEntry. addOutputTextItem(OutputText outputTextItem)OutputContentOutputContent. addOutputTextItem(OutputText outputTextItem)Method parameters in com.adyen.model.tapi with type arguments of type OutputText Modifier and Type Method Description MenuEntryMenuEntry. outputText(List<OutputText> outputText)Content of text message to display or print.OutputContentOutputContent. outputText(List<OutputText> outputText)Content of text message to display or print.voidMenuEntry. setOutputText(List<OutputText> outputText)Content of text message to display or print.voidOutputContent. setOutputText(List<OutputText> outputText)Content of text message to display or print.
-