Class UpdatePermissions
- java.lang.Object
-
- com.databricks.sdk.service.catalog.UpdatePermissions
-
@Generated public class UpdatePermissions extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdatePermissions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<PermissionsChange>getChanges()StringgetFullName()SecurableTypegetSecurableType()inthashCode()UpdatePermissionssetChanges(Collection<PermissionsChange> changes)UpdatePermissionssetFullName(String fullName)UpdatePermissionssetSecurableType(SecurableType securableType)StringtoString()
-
-
-
Method Detail
-
setChanges
public UpdatePermissions setChanges(Collection<PermissionsChange> changes)
-
getChanges
public Collection<PermissionsChange> getChanges()
-
setFullName
public UpdatePermissions setFullName(String fullName)
-
getFullName
public String getFullName()
-
setSecurableType
public UpdatePermissions setSecurableType(SecurableType securableType)
-
getSecurableType
public SecurableType getSecurableType()
-
-