public final class EmailRecipients
private final List<Recipient>
bcc
cc
to
EmailRecipients(List<Recipient> bcc, List<Recipient> cc, List<Recipient> to)
final List<Recipient>
getBcc()
getCc()
getTo()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final List<Recipient> getBcc()
final List<Recipient> getCc()
final List<Recipient> getTo()