Uses of Class
com.adyen.model.tapi.OutputFormat
-
Packages that use OutputFormat Package Description com.adyen.model.tapi -
-
Uses of OutputFormat in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return OutputFormat Modifier and Type Method Description static OutputFormatOutputFormat. fromValue(String value)OutputFormatMenuEntry. getOutputFormat()Get outputFormatOutputFormatOutputContent. getOutputFormat()Get outputFormatstatic OutputFormatOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFormat[]OutputFormat. 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 OutputFormat Modifier and Type Method Description MenuEntryMenuEntry. outputFormat(OutputFormat outputFormat)outputFormatOutputContentOutputContent. outputFormat(OutputFormat outputFormat)outputFormatvoidMenuEntry. setOutputFormat(OutputFormat outputFormat)outputFormatvoidOutputContent. setOutputFormat(OutputFormat outputFormat)outputFormat
-