Uses of Class
com.adyen.model.tapi.InputCommand
-
Packages that use InputCommand Package Description com.adyen.model.tapi -
-
Uses of InputCommand in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return InputCommand Modifier and Type Method Description static InputCommandInputCommand. fromValue(String value)InputCommandInput. getInputCommand()Get inputCommandInputCommandInputData. getInputCommand()Get inputCommandstatic InputCommandInputCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static InputCommand[]InputCommand. 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 InputCommand Modifier and Type Method Description InputInput. inputCommand(InputCommand inputCommand)inputCommandInputDataInputData. inputCommand(InputCommand inputCommand)inputCommandvoidInput. setInputCommand(InputCommand inputCommand)inputCommandvoidInputData. setInputCommand(InputCommand inputCommand)inputCommand
-