public interface IRecipient
Modifier and Type | Field and Description |
---|---|
static int |
RECIPIENT_TYPE_BCC |
static int |
RECIPIENT_TYPE_CC |
static int |
RECIPIENT_TYPE_OPTIONAL |
static int |
RECIPIENT_TYPE_ORGANIZER |
static int |
RECIPIENT_TYPE_ORIGINATOR |
static int |
RECIPIENT_TYPE_REQUIRED |
static int |
RECIPIENT_TYPE_RESOURCE |
static int |
RECIPIENT_TYPE_TO |
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
|
static final int RECIPIENT_TYPE_ORGANIZER
static final int RECIPIENT_TYPE_REQUIRED
static final int RECIPIENT_TYPE_OPTIONAL
static final int RECIPIENT_TYPE_RESOURCE
static final int RECIPIENT_TYPE_ORIGINATOR
static final int RECIPIENT_TYPE_TO
static final int RECIPIENT_TYPE_CC
static final int RECIPIENT_TYPE_BCC
java.lang.String getContactId()
void setContactId(java.lang.String contactId)
contactId
- contact identifierjava.lang.String getRecipientNameOrEmailAddress()
void setRecipientNameOrEmailAddress(java.lang.String nameOrEmailAddress)
nameOrEmailAddress
- propsint getRecipientType()
void setRecipientType(int recipientType)
recipientType
- recipient type