public class Email extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Email.Addressee |
| Constructor and Description |
|---|
Email() |
public Email withModuleCod(@Nullable String moduleCod)
moduleCod - This identifier must be the same of ModuleEntity.codthispublic Email addAttachments(org.opensingular.form.type.core.attachment.IAttachmentRef... attachmentRefs)
public Email addAttachments(Collection<org.opensingular.form.type.core.attachment.IAttachmentRef> attachmentRefs)
public Email addTo(Collection<String> addresses)
public Email addCc(Collection<String> addresses)
public Email addBcc(Collection<String> addresses)
public String getSubject()
public String getContent()
public String getModuleCod()
public List<Email.Addressee> getAllRecipients()
public List<org.opensingular.form.type.core.attachment.IAttachmentRef> getAttachments()
public String getReplyToJoining()
public Date getCreationDate()
public void setCreationDate(Date creationDate)
protected Email addRecipients(AddresseType addresseType, Stream<String> addresses)
public String getAliasFrom()
Copyright © 2019. All rights reserved.