Constructor and Description |
---|
MailRecipients() |
MailRecipients(Set<Account.Id> reviewers,
Set<Account.Id> cc) |
Modifier and Type | Method and Description |
---|---|
void |
add(MailUtil.MailRecipients recipients) |
Set<Account.Id> |
getAll() |
Set<Account.Id> |
getCcOnly() |
Set<Account.Id> |
getReviewers() |
void |
remove(Account.Id toRemove) |
public MailRecipients()
public MailRecipients(Set<Account.Id> reviewers, Set<Account.Id> cc)
public void add(MailUtil.MailRecipients recipients)
public void remove(Account.Id toRemove)
public Set<Account.Id> getReviewers()
public Set<Account.Id> getCcOnly()
public Set<Account.Id> getAll()