Uses of Class
com.adyen.model.nexo.DisplayOutput
-
Packages that use DisplayOutput Package Description com.adyen.model.nexo -
-
Uses of DisplayOutput in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as DisplayOutput Modifier and Type Field Description protected DisplayOutputAbortRequest. displayOutputThe Display output.protected DisplayOutputCardReaderInitRequest. displayOutputThe Display output.protected DisplayOutputCardReaderPowerOffRequest. displayOutputThe Display output.protected DisplayOutputEnableServiceRequest. displayOutputThe Display output.protected DisplayOutputEventNotification. displayOutputThe Display output.protected DisplayOutputInputRequest. displayOutputThe Display output.Fields in com.adyen.model.nexo with type parameters of type DisplayOutput Modifier and Type Field Description protected List<DisplayOutput>DisplayRequest. displayOutputThe Display output.Methods in com.adyen.model.nexo that return DisplayOutput Modifier and Type Method Description DisplayOutputObjectFactory. createDisplayOutput()Create an instance ofDisplayOutputDisplayOutputAbortRequest. getDisplayOutput()Gets the value of the displayOutput property.DisplayOutputCardReaderInitRequest. getDisplayOutput()Gets the value of the displayOutput property.DisplayOutputCardReaderPowerOffRequest. getDisplayOutput()Gets the value of the displayOutput property.DisplayOutputEnableServiceRequest. getDisplayOutput()Gets the value of the displayOutput property.DisplayOutputEventNotification. getDisplayOutput()Gets the value of the displayOutput property.DisplayOutputInputRequest. getDisplayOutput()Gets the value of the displayOutput property.Methods in com.adyen.model.nexo that return types with arguments of type DisplayOutput Modifier and Type Method Description List<DisplayOutput>DisplayRequest. getDisplayOutput()Gets the value of the displayOutput property.Methods in com.adyen.model.nexo with parameters of type DisplayOutput Modifier and Type Method Description voidAbortRequest. setDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.voidCardReaderInitRequest. setDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.voidCardReaderPowerOffRequest. setDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.voidEnableServiceRequest. setDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.voidEventNotification. setDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.voidInputRequest. setDisplayOutput(DisplayOutput value)Sets the value of the displayOutput property.
-