Uses of Class
com.axway.apim.lib.StandardExportParams.OutputFormat
-
Packages that use StandardExportParams.OutputFormat Package Description com.axway.apim.lib -
-
Uses of StandardExportParams.OutputFormat in com.axway.apim.lib
Methods in com.axway.apim.lib that return StandardExportParams.OutputFormat Modifier and Type Method Description static StandardExportParams.OutputFormatStandardExportParams.OutputFormat. getFormat(String name)StandardExportParams.OutputFormatStandardExportParams. getOutputFormat()static StandardExportParams.OutputFormatStandardExportParams.OutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardExportParams.OutputFormat[]StandardExportParams.OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.axway.apim.lib with parameters of type StandardExportParams.OutputFormat Modifier and Type Method Description voidStandardExportParams. setOutputFormat(StandardExportParams.OutputFormat outputFormat)
-