Uses of Class
com.databricks.sdk.service.workspace.ObjectType
-
Packages that use ObjectType Package Description com.databricks.sdk.service.workspace -
-
Uses of ObjectType in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return ObjectType Modifier and Type Method Description ObjectTypeObjectInfo. getObjectType()static ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. 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 ObjectType Modifier and Type Method Description ObjectInfoObjectInfo. setObjectType(ObjectType objectType)
-