Class UpdateRecipient
- java.lang.Object
-
- com.databricks.sdk.service.sharing.UpdateRecipient
-
@Generated public class UpdateRecipient extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateRecipient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetComment()IpAccessListgetIpAccessList()StringgetName()StringgetOwner()SecurablePropertiesKvPairsgetPropertiesKvpairs()inthashCode()UpdateRecipientsetComment(String comment)UpdateRecipientsetIpAccessList(IpAccessList ipAccessList)UpdateRecipientsetName(String name)UpdateRecipientsetOwner(String owner)UpdateRecipientsetPropertiesKvpairs(SecurablePropertiesKvPairs propertiesKvpairs)StringtoString()
-
-
-
Method Detail
-
setComment
public UpdateRecipient setComment(String comment)
-
getComment
public String getComment()
-
setIpAccessList
public UpdateRecipient setIpAccessList(IpAccessList ipAccessList)
-
getIpAccessList
public IpAccessList getIpAccessList()
-
setName
public UpdateRecipient setName(String name)
-
getName
public String getName()
-
setOwner
public UpdateRecipient setOwner(String owner)
-
getOwner
public String getOwner()
-
setPropertiesKvpairs
public UpdateRecipient setPropertiesKvpairs(SecurablePropertiesKvPairs propertiesKvpairs)
-
getPropertiesKvpairs
public SecurablePropertiesKvPairs getPropertiesKvpairs()
-
-