Uses of Class
org.pipecraft.infra.bq.TableExportConfig.ExportFormat
-
Packages that use TableExportConfig.ExportFormat Package Description org.pipecraft.infra.bq -
-
Uses of TableExportConfig.ExportFormat in org.pipecraft.infra.bq
Methods in org.pipecraft.infra.bq that return TableExportConfig.ExportFormat Modifier and Type Method Description TableExportConfig.ExportFormatTableExportConfig.Builder. getExportFormat()TableExportConfig.ExportFormatTableExportConfig. getExportFormat()static TableExportConfig.ExportFormatTableExportConfig.ExportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TableExportConfig.ExportFormat[]TableExportConfig.ExportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pipecraft.infra.bq with parameters of type TableExportConfig.ExportFormat Modifier and Type Method Description TableExportConfig.BuilderTableExportConfig.Builder. setExportFormat(TableExportConfig.ExportFormat exportFormat)
-