Class GetEffectiveRequest
- java.lang.Object
-
- com.databricks.sdk.service.catalog.GetEffectiveRequest
-
@Generated public class GetEffectiveRequest extends Object
Get effective permissions
-
-
Constructor Summary
Constructors Constructor Description GetEffectiveRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFullName()StringgetPrincipal()SecurableTypegetSecurableType()inthashCode()GetEffectiveRequestsetFullName(String fullName)GetEffectiveRequestsetPrincipal(String principal)GetEffectiveRequestsetSecurableType(SecurableType securableType)StringtoString()
-
-
-
Method Detail
-
setFullName
public GetEffectiveRequest setFullName(String fullName)
-
getFullName
public String getFullName()
-
setPrincipal
public GetEffectiveRequest setPrincipal(String principal)
-
getPrincipal
public String getPrincipal()
-
setSecurableType
public GetEffectiveRequest setSecurableType(SecurableType securableType)
-
getSecurableType
public SecurableType getSecurableType()
-
-