Class SendMailReport
java.lang.Object
de.xima.fc.mail.impl.SendMailReport
- All Implemented Interfaces:
ISendMailReport
Default POJO implementation of
ISendMailReport.- Since:
- 8.0.4
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSendMailReport(List<ISentMailData> sentMails) Deprecated, for removal: This API element is subject to removal in a future version.Use #builder() instead. -
Method Summary
Modifier and TypeMethodDescriptionstatic SendMailReport.Builderbuilder()Gets a report about the security features that were applied to the mail, e.g. encryption and signing.
-
Constructor Details
-
SendMailReport
Deprecated, for removal: This API element is subject to removal in a future version.Use #builder() instead.Creates a new POJO with the given data.- Parameters:
sentMails- A list of sent mails.
-
-
Method Details
-
builder
-
toBuilder
-
getSentMails
- Specified by:
getSentMailsin interfaceISendMailReport- Returns:
- A list of mails that were sent.
-
getMailSecurityReport
Description copied from interface:ISendMailReportGets a report about the security features that were applied to the mail, e.g. encryption and signing.- Specified by:
getMailSecurityReportin interfaceISendMailReport- Returns:
- A report about the security features that were applied to the mail.
-