| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected InputCommandType |
Input.inputCommand
The Input command.
|
protected InputCommandType |
InputData.inputCommand
The Input command.
|
| Modifier and Type | Method and Description |
|---|---|
static InputCommandType |
InputCommandType.fromValue(String v)
From value input command type.
|
InputCommandType |
Input.getInputCommand()
Gets the value of the inputCommand property.
|
InputCommandType |
InputData.getInputCommand()
Gets the value of the inputCommand property.
|
static InputCommandType |
InputCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputCommandType[] |
InputCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setInputCommand(InputCommandType value)
Sets the value of the inputCommand property.
|
void |
InputData.setInputCommand(InputCommandType value)
Sets the value of the inputCommand property.
|
Copyright © 2022. All rights reserved.