public class Recipient
extends java.lang.Object
Transfer.| Constructor and Description |
|---|
Recipient(java.lang.String emailAddress)
Constructor that creates a recipient with QUICK disabled.
|
Recipient(java.lang.String emailAddress,
boolean quickEnabled)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmailAddress()
Returns the email address of the recipient.
|
boolean |
isQuickEnabled()
Returns whether QUICK has been enabled for this recipient or not.
|
public Recipient(java.lang.String emailAddress)
emailAddress - The email address of the recipient.public Recipient(java.lang.String emailAddress,
boolean quickEnabled)
emailAddress - The email address of the recipient.quickEnabled - Whether QUICK has been enabled for this recipient or not.public boolean isQuickEnabled()
true, if QUICK is enabled for this recipient, false otherwise.public java.lang.String getEmailAddress()