Class CreateRecipient
- java.lang.Object
-
- com.databricks.sdk.service.sharing.CreateRecipient
-
@Generated public class CreateRecipient extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateRecipient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
AuthenticationType
getAuthenticationType()
String
getComment()
Object
getDataRecipientGlobalMetastoreId()
IpAccessList
getIpAccessList()
String
getName()
String
getOwner()
SecurablePropertiesKvPairs
getPropertiesKvpairs()
String
getSharingCode()
int
hashCode()
CreateRecipient
setAuthenticationType(AuthenticationType authenticationType)
CreateRecipient
setComment(String comment)
CreateRecipient
setDataRecipientGlobalMetastoreId(Object dataRecipientGlobalMetastoreId)
CreateRecipient
setIpAccessList(IpAccessList ipAccessList)
CreateRecipient
setName(String name)
CreateRecipient
setOwner(String owner)
CreateRecipient
setPropertiesKvpairs(SecurablePropertiesKvPairs propertiesKvpairs)
CreateRecipient
setSharingCode(String sharingCode)
String
toString()
-
-
-
Method Detail
-
setAuthenticationType
public CreateRecipient setAuthenticationType(AuthenticationType authenticationType)
-
getAuthenticationType
public AuthenticationType getAuthenticationType()
-
setComment
public CreateRecipient setComment(String comment)
-
getComment
public String getComment()
-
setDataRecipientGlobalMetastoreId
public CreateRecipient setDataRecipientGlobalMetastoreId(Object dataRecipientGlobalMetastoreId)
-
getDataRecipientGlobalMetastoreId
public Object getDataRecipientGlobalMetastoreId()
-
setIpAccessList
public CreateRecipient setIpAccessList(IpAccessList ipAccessList)
-
getIpAccessList
public IpAccessList getIpAccessList()
-
setName
public CreateRecipient setName(String name)
-
getName
public String getName()
-
setOwner
public CreateRecipient setOwner(String owner)
-
getOwner
public String getOwner()
-
setPropertiesKvpairs
public CreateRecipient setPropertiesKvpairs(SecurablePropertiesKvPairs propertiesKvpairs)
-
getPropertiesKvpairs
public SecurablePropertiesKvPairs getPropertiesKvpairs()
-
setSharingCode
public CreateRecipient setSharingCode(String sharingCode)
-
getSharingCode
public String getSharingCode()
-
-