Uses of Class
com.databricks.sdk.service.workspace.ExportFormat
-
Packages that use ExportFormat Package Description com.databricks.sdk.service.workspace -
-
Uses of ExportFormat in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return ExportFormat Modifier and Type Method Description ExportFormatExportRequest. getFormat()static ExportFormatExportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportFormat[]ExportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.workspace with parameters of type ExportFormat Modifier and Type Method Description ExportRequestExportRequest. setFormat(ExportFormat format)
-