Uses of Class
com.databricks.sdk.service.workspace.Language
-
Packages that use Language Package Description com.databricks.sdk.service.workspace -
-
Uses of Language in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return Language Modifier and Type Method Description LanguageImport. getLanguage()LanguageObjectInfo. getLanguage()static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. 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 Language Modifier and Type Method Description ImportImport. setLanguage(Language language)ObjectInfoObjectInfo. setLanguage(Language language)
-