@Generated public class CreateRecipient extends Object
Constructor and Description |
---|
CreateRecipient() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AuthenticationType |
getAuthenticationType() |
String |
getComment() |
String |
getDataRecipientGlobalMetastoreId() |
IpAccessList |
getIpAccessList() |
String |
getName() |
String |
getOwner() |
SecurablePropertiesKvPairs |
getPropertiesKvpairs() |
String |
getSharingCode() |
int |
hashCode() |
CreateRecipient |
setAuthenticationType(AuthenticationType authenticationType) |
CreateRecipient |
setComment(String comment) |
CreateRecipient |
setDataRecipientGlobalMetastoreId(String dataRecipientGlobalMetastoreId) |
CreateRecipient |
setIpAccessList(IpAccessList ipAccessList) |
CreateRecipient |
setName(String name) |
CreateRecipient |
setOwner(String owner) |
CreateRecipient |
setPropertiesKvpairs(SecurablePropertiesKvPairs propertiesKvpairs) |
CreateRecipient |
setSharingCode(String sharingCode) |
String |
toString() |
public CreateRecipient setAuthenticationType(AuthenticationType authenticationType)
public AuthenticationType getAuthenticationType()
public CreateRecipient setComment(String comment)
public String getComment()
public CreateRecipient setDataRecipientGlobalMetastoreId(String dataRecipientGlobalMetastoreId)
public String getDataRecipientGlobalMetastoreId()
public CreateRecipient setIpAccessList(IpAccessList ipAccessList)
public IpAccessList getIpAccessList()
public CreateRecipient setName(String name)
public String getName()
public CreateRecipient setOwner(String owner)
public String getOwner()
public CreateRecipient setPropertiesKvpairs(SecurablePropertiesKvPairs propertiesKvpairs)
public SecurablePropertiesKvPairs getPropertiesKvpairs()
public CreateRecipient setSharingCode(String sharingCode)
public String getSharingCode()
Copyright © 2023. All rights reserved.