| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceType |
DisplayOutput.device
The Device.
|
protected DeviceType |
OutputResult.device
The Device.
|
protected DeviceType |
InputResult.device
The Device.
|
protected DeviceType |
InputData.device
The Device.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceType |
DeviceType.fromValue(String v)
From value device type.
|
DeviceType |
DisplayOutput.getDevice()
Gets the value of the device property.
|
DeviceType |
OutputResult.getDevice()
Gets the value of the device property.
|
DeviceType |
InputResult.getDevice()
Gets the value of the device property.
|
DeviceType |
InputData.getDevice()
Gets the value of the device property.
|
static DeviceType |
DeviceType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayOutput.setDevice(DeviceType value)
Sets the value of the device property.
|
void |
OutputResult.setDevice(DeviceType value)
Sets the value of the device property.
|
void |
InputResult.setDevice(DeviceType value)
Sets the value of the device property.
|
void |
InputData.setDevice(DeviceType value)
Sets the value of the device property.
|
Copyright © 2022. All rights reserved.