public interface IdentifiableEmailWithAddresses extends Identifiable
| Modifier and Type | Method and Description |
|---|---|
Collection<EmailAddress> |
getBcc() |
Collection<EmailAddress> |
getCc() |
Collection<EmailAddress> |
getFrom() |
Collection<EmailAddress> |
getReplyTo() |
Collection<EmailAddress> |
getSender() |
Collection<EmailAddress> |
getTo() |
getIdCollection<EmailAddress> getSender()
Collection<EmailAddress> getFrom()
Collection<EmailAddress> getTo()
Collection<EmailAddress> getCc()
Collection<EmailAddress> getBcc()
Collection<EmailAddress> getReplyTo()
Copyright © 2020. All rights reserved.