Uses of Class
com.databricks.sdk.service.sql.ObjectType
-
Packages that use ObjectType Package Description com.databricks.sdk.service.sql -
-
Uses of ObjectType in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return ObjectType Modifier and Type Method Description ObjectTypeGetResponse. getObjectType()ObjectTypeSetResponse. 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.sql with parameters of type ObjectType Modifier and Type Method Description GetResponseGetResponse. setObjectType(ObjectType objectType)SetResponseSetResponse. setObjectType(ObjectType objectType)
-