Uses of Class
com.databricks.sdk.service.sharing.Privilege
-
Packages that use Privilege Package Description com.databricks.sdk.service.sharing -
-
Uses of Privilege in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return Privilege Modifier and Type Method Description static PrivilegePrivilege. valueOf(String name)Returns the enum constant of this type with the specified name.static Privilege[]Privilege. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sharing that return types with arguments of type Privilege Modifier and Type Method Description Collection<Privilege>PrivilegeAssignment. getPrivileges()Method parameters in com.databricks.sdk.service.sharing with type arguments of type Privilege Modifier and Type Method Description PrivilegeAssignmentPrivilegeAssignment. setPrivileges(Collection<Privilege> privileges)
-