Uses of Class
com.adyen.model.nexo.OutputFormatType
-
Packages that use OutputFormatType Package Description com.adyen.model.nexo -
-
Uses of OutputFormatType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as OutputFormatType Modifier and Type Field Description protected OutputFormatTypeMenuEntry. outputFormatThe Output format.protected OutputFormatTypeOutputContent. outputFormatThe Output format.Methods in com.adyen.model.nexo that return OutputFormatType Modifier and Type Method Description static OutputFormatTypeOutputFormatType. fromValue(String v)From value output format type.OutputFormatTypeMenuEntry. getOutputFormat()Gets the value of the outputFormat property.OutputFormatTypeOutputContent. getOutputFormat()Gets the value of the outputFormat property.static OutputFormatTypeOutputFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFormatType[]OutputFormatType. 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 OutputFormatType Modifier and Type Method Description voidMenuEntry. setOutputFormat(OutputFormatType value)Sets the value of the outputFormat property.voidOutputContent. setOutputFormat(OutputFormatType value)Sets the value of the outputFormat property.
-