Uses of Class
com.databricks.sdk.service.workspace.ImportFormat
-
Packages that use ImportFormat Package Description com.databricks.sdk.service.workspace -
-
Uses of ImportFormat in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return ImportFormat Modifier and Type Method Description ImportFormat
Import. getFormat()
static ImportFormat
ImportFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportFormat[]
ImportFormat. 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 ImportFormat Modifier and Type Method Description Import
Import. setFormat(ImportFormat format)
-