Uses of Class
com.databricks.sdk.service.sql.OwnableObjectType
-
Packages that use OwnableObjectType Package Description com.databricks.sdk.service.sql -
-
Uses of OwnableObjectType in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return OwnableObjectType Modifier and Type Method Description OwnableObjectTypeTransferOwnershipRequest. getObjectType()static OwnableObjectTypeOwnableObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static OwnableObjectType[]OwnableObjectType. 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 OwnableObjectType Modifier and Type Method Description TransferOwnershipRequestTransferOwnershipRequest. setObjectType(OwnableObjectType objectType)SuccessDbsqlPermissionsAPI. transferOwnership(OwnableObjectType objectType, TransferOwnershipObjectId objectId)
-