Uses of Class
com.adyen.model.nexo.InputCommandType
-
Packages that use InputCommandType Package Description com.adyen.model.nexo -
-
Uses of InputCommandType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as InputCommandType Modifier and Type Field Description protected InputCommandTypeInput. inputCommandThe Input command.protected InputCommandTypeInputData. inputCommandThe Input command.Methods in com.adyen.model.nexo that return InputCommandType Modifier and Type Method Description static InputCommandTypeInputCommandType. fromValue(String v)From value input command type.InputCommandTypeInput. getInputCommand()Gets the value of the inputCommand property.InputCommandTypeInputData. getInputCommand()Gets the value of the inputCommand property.static InputCommandTypeInputCommandType. 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.Methods in com.adyen.model.nexo with parameters of type InputCommandType Modifier and Type Method Description voidInput. setInputCommand(InputCommandType value)Sets the value of the inputCommand property.voidInputData. setInputCommand(InputCommandType value)Sets the value of the inputCommand property.
-