Uses of Class
com.databricks.sdk.service.catalog.CatalogType
-
Packages that use CatalogType Package Description com.databricks.sdk.service.catalog -
-
Uses of CatalogType in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return CatalogType Modifier and Type Method Description CatalogTypeCatalogInfo. getCatalogType()static CatalogTypeCatalogType. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogType[]CatalogType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.catalog with parameters of type CatalogType Modifier and Type Method Description CatalogInfoCatalogInfo. setCatalogType(CatalogType catalogType)
-