Uses of Class
com.adyen.model.tapi.Device
-
Packages that use Device Package Description com.adyen.model.tapi -
-
Uses of Device in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return Device Modifier and Type Method Description static DeviceDevice. fromValue(String value)DeviceDisplayOutput. getDevice()Get deviceDeviceInputData. getDevice()Get deviceDeviceInputResult. getDevice()Get deviceDeviceOutputResult. getDevice()Get devicestatic DeviceDevice. valueOf(String name)Returns the enum constant of this type with the specified name.static Device[]Device. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type Device Modifier and Type Method Description DisplayOutputDisplayOutput. device(Device device)deviceInputDataInputData. device(Device device)deviceInputResultInputResult. device(Device device)deviceOutputResultOutputResult. device(Device device)devicevoidDisplayOutput. setDevice(Device device)devicevoidInputData. setDevice(Device device)devicevoidInputResult. setDevice(Device device)devicevoidOutputResult. setDevice(Device device)device
-