Uses of Class
com.adyen.model.nexo.DeviceType
-
Packages that use DeviceType Package Description com.adyen.model.nexo -
-
Uses of DeviceType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as DeviceType Modifier and Type Field Description protected DeviceTypeDisplayOutput. deviceThe Device.protected DeviceTypeInputData. deviceThe Device.protected DeviceTypeInputResult. deviceThe Device.protected DeviceTypeOutputResult. deviceThe Device.Methods in com.adyen.model.nexo that return DeviceType Modifier and Type Method Description static DeviceTypeDeviceType. fromValue(String v)From value device type.DeviceTypeDisplayOutput. getDevice()Gets the value of the device property.DeviceTypeInputData. getDevice()Gets the value of the device property.DeviceTypeInputResult. getDevice()Gets the value of the device property.DeviceTypeOutputResult. getDevice()Gets the value of the device property.static DeviceTypeDeviceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceType[]DeviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type DeviceType Modifier and Type Method Description voidDisplayOutput. setDevice(DeviceType value)Sets the value of the device property.voidInputData. setDevice(DeviceType value)Sets the value of the device property.voidInputResult. setDevice(DeviceType value)Sets the value of the device property.voidOutputResult. setDevice(DeviceType value)Sets the value of the device property.
-