Class RecipientInfo
- java.lang.Object
-
- com.databricks.sdk.service.sharing.RecipientInfo
-
@Generated public class RecipientInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description RecipientInfo()
-
Method Summary
-
-
-
Method Detail
-
setActivated
public RecipientInfo setActivated(Boolean activated)
-
getActivated
public Boolean getActivated()
-
setActivationUrl
public RecipientInfo setActivationUrl(String activationUrl)
-
getActivationUrl
public String getActivationUrl()
-
setAuthenticationType
public RecipientInfo setAuthenticationType(AuthenticationType authenticationType)
-
getAuthenticationType
public AuthenticationType getAuthenticationType()
-
setCloud
public RecipientInfo setCloud(String cloud)
-
getCloud
public String getCloud()
-
setComment
public RecipientInfo setComment(String comment)
-
getComment
public String getComment()
-
setCreatedAt
public RecipientInfo setCreatedAt(Long createdAt)
-
getCreatedAt
public Long getCreatedAt()
-
setCreatedBy
public RecipientInfo setCreatedBy(String createdBy)
-
getCreatedBy
public String getCreatedBy()
-
setDataRecipientGlobalMetastoreId
public RecipientInfo setDataRecipientGlobalMetastoreId(Object dataRecipientGlobalMetastoreId)
-
getDataRecipientGlobalMetastoreId
public Object getDataRecipientGlobalMetastoreId()
-
setIpAccessList
public RecipientInfo setIpAccessList(IpAccessList ipAccessList)
-
getIpAccessList
public IpAccessList getIpAccessList()
-
setMetastoreId
public RecipientInfo setMetastoreId(String metastoreId)
-
getMetastoreId
public String getMetastoreId()
-
setName
public RecipientInfo setName(String name)
-
getName
public String getName()
-
setOwner
public RecipientInfo setOwner(String owner)
-
getOwner
public String getOwner()
-
setPropertiesKvpairs
public RecipientInfo setPropertiesKvpairs(SecurablePropertiesKvPairs propertiesKvpairs)
-
getPropertiesKvpairs
public SecurablePropertiesKvPairs getPropertiesKvpairs()
-
setRegion
public RecipientInfo setRegion(String region)
-
getRegion
public String getRegion()
-
setSharingCode
public RecipientInfo setSharingCode(String sharingCode)
-
getSharingCode
public String getSharingCode()
-
setTokens
public RecipientInfo setTokens(Collection<RecipientTokenInfo> tokens)
-
getTokens
public Collection<RecipientTokenInfo> getTokens()
-
setUpdatedAt
public RecipientInfo setUpdatedAt(Long updatedAt)
-
getUpdatedAt
public Long getUpdatedAt()
-
setUpdatedBy
public RecipientInfo setUpdatedBy(String updatedBy)
-
getUpdatedBy
public String getUpdatedBy()
-
-