Uses of Class
com.adyen.model.tapi.DisplayOutput
-
Packages that use DisplayOutput Package Description com.adyen.model.tapi -
-
Uses of DisplayOutput in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return DisplayOutput Modifier and Type Method Description DisplayOutputDisplayOutput. addMenuEntryItem(MenuEntry menuEntryItem)DisplayOutputDisplayOutput. device(Device device)devicestatic DisplayOutputDisplayOutput. fromJson(String jsonString)Create an instance of DisplayOutput given an JSON stringDisplayOutputAbortRequest. getDisplayOutput()Get displayOutputDisplayOutputEnableServiceRequest. getDisplayOutput()Get displayOutputDisplayOutputInputRequest. getDisplayOutput()Get displayOutputDisplayOutputDisplayOutput. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DisplayOutputDisplayOutput. infoQualify(InfoQualify infoQualify)infoQualifyDisplayOutputDisplayOutput. menuEntry(List<MenuEntry> menuEntry)An entry of the menu to present to the Cashier.DisplayOutputDisplayOutput. minimumDisplayTime(Integer minimumDisplayTime)Number of seconds the message has to be displayed.DisplayOutputDisplayOutput. outputContent(OutputContent outputContent)outputContentDisplayOutputDisplayOutput. outputSignature(byte[] outputSignature)Vendor-specific signature of the text message to display or print.DisplayOutputDisplayOutput. responseRequiredFlag(Boolean responseRequiredFlag)Indicates if the message response is required.Methods in com.adyen.model.tapi that return types with arguments of type DisplayOutput Modifier and Type Method Description List<DisplayOutput>DisplayRequest. getDisplayOutput()Information to display and the way to process the display.List<DisplayOutput>EventNotification. getDisplayOutput()Information to display and the way to process the display.Methods in com.adyen.model.tapi with parameters of type DisplayOutput Modifier and Type Method Description DisplayRequestDisplayRequest. addDisplayOutputItem(DisplayOutput displayOutputItem)EventNotificationEventNotification. addDisplayOutputItem(DisplayOutput displayOutputItem)AbortRequestAbortRequest. displayOutput(DisplayOutput displayOutput)displayOutputEnableServiceRequestEnableServiceRequest. displayOutput(DisplayOutput displayOutput)displayOutputInputRequestInputRequest. displayOutput(DisplayOutput displayOutput)displayOutputvoidAbortRequest. setDisplayOutput(DisplayOutput displayOutput)displayOutputvoidEnableServiceRequest. setDisplayOutput(DisplayOutput displayOutput)displayOutputvoidInputRequest. setDisplayOutput(DisplayOutput displayOutput)displayOutputMethod parameters in com.adyen.model.tapi with type arguments of type DisplayOutput Modifier and Type Method Description DisplayRequestDisplayRequest. displayOutput(List<DisplayOutput> displayOutput)Information to display and the way to process the display.EventNotificationEventNotification. displayOutput(List<DisplayOutput> displayOutput)Information to display and the way to process the display.voidDisplayRequest. setDisplayOutput(List<DisplayOutput> displayOutput)Information to display and the way to process the display.voidEventNotification. setDisplayOutput(List<DisplayOutput> displayOutput)Information to display and the way to process the display.
-