Uses of Class
com.adyen.model.tapi.MenuEntry
-
Packages that use MenuEntry Package Description com.adyen.model.tapi -
-
Uses of MenuEntry in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return MenuEntry Modifier and Type Method Description MenuEntryMenuEntry. addOutputTextItem(OutputText outputTextItem)MenuEntryMenuEntry. defaultSelectedFlag(Boolean defaultSelectedFlag)Selection of a menu entry to be displayed.static MenuEntryMenuEntry. fromJson(String jsonString)Create an instance of MenuEntry given an JSON stringMenuEntryMenuEntry. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.MenuEntryMenuEntry. menuEntryTag(MenuEntryTag menuEntryTag)menuEntryTagMenuEntryMenuEntry. outputFormat(OutputFormat outputFormat)outputFormatMenuEntryMenuEntry. outputText(List<OutputText> outputText)Content of text message to display or print.MenuEntryMenuEntry. outputXHTML(byte[] outputXHTML)XHTML document body containing the message to display or print.MenuEntryMenuEntry. predefinedContent(PredefinedContent predefinedContent)predefinedContentMethods in com.adyen.model.tapi that return types with arguments of type MenuEntry Modifier and Type Method Description List<MenuEntry>DisplayOutput. getMenuEntry()An entry of the menu to present to the Cashier.List<MenuEntry>InputUpdate. getMenuEntry()Get menuEntryMethods in com.adyen.model.tapi with parameters of type MenuEntry Modifier and Type Method Description DisplayOutputDisplayOutput. addMenuEntryItem(MenuEntry menuEntryItem)InputUpdateInputUpdate. addMenuEntryItem(MenuEntry menuEntryItem)Method parameters in com.adyen.model.tapi with type arguments of type MenuEntry Modifier and Type Method Description DisplayOutputDisplayOutput. menuEntry(List<MenuEntry> menuEntry)An entry of the menu to present to the Cashier.InputUpdateInputUpdate. menuEntry(List<MenuEntry> menuEntry)menuEntryvoidDisplayOutput. setMenuEntry(List<MenuEntry> menuEntry)An entry of the menu to present to the Cashier.voidInputUpdate. setMenuEntry(List<MenuEntry> menuEntry)menuEntry
-