public class Recipient extends java.lang.Object implements IRecipient
RECIPIENT_TYPE_BCC, RECIPIENT_TYPE_CC, RECIPIENT_TYPE_OPTIONAL, RECIPIENT_TYPE_ORGANIZER, RECIPIENT_TYPE_ORIGINATOR, RECIPIENT_TYPE_REQUIRED, RECIPIENT_TYPE_RESOURCE, RECIPIENT_TYPE_TO
Constructor and Description |
---|
Recipient() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContactId()
Returns the external contact identifier
|
java.lang.String |
getRecipientNameOrEmailAddress()
Returns the name or email address that can be used to connect to the recipient
|
int |
getRecipientType()
Returns the recipient type
|
void |
setContactId(java.lang.String contactId)
Sets the external contact identifier
|
void |
setRecipientNameOrEmailAddress(java.lang.String nameOrEmailAddress)
Sets the name or email address that can be used to connect to the recipient
|
void |
setRecipientType(int recipientType)
Sets the recipient type
|
public java.lang.String getContactId()
IRecipient
getContactId
in interface IRecipient
public void setContactId(java.lang.String contactId)
IRecipient
setContactId
in interface IRecipient
contactId
- contact identifierpublic java.lang.String getRecipientNameOrEmailAddress()
IRecipient
getRecipientNameOrEmailAddress
in interface IRecipient
public void setRecipientNameOrEmailAddress(java.lang.String nameOrEmailAddress)
IRecipient
setRecipientNameOrEmailAddress
in interface IRecipient
nameOrEmailAddress
- propspublic int getRecipientType()
IRecipient
getRecipientType
in interface IRecipient
public void setRecipientType(int recipientType)
IRecipient
setRecipientType
in interface IRecipient
recipientType
- recipient type