Package de.xima.fc.mail.impl
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
-
Constructor Summary
ConstructorsConstructorDescriptionSendMailReport
(List<ISentMailData> sentMails) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
SendMailReport
Creates a new POJO with the given data.- Parameters:
sentMails
- A list of sent mails.
-
-
Method Details
-
getSentMails
- Specified by:
getSentMails
in interfaceISendMailReport
- Returns:
- A list of mails that were sent.
-