Class SendMailReport

java.lang.Object
de.xima.fc.mail.impl.SendMailReport
All Implemented Interfaces:
ISendMailReport

public final class SendMailReport extends Object implements ISendMailReport
Default POJO implementation of ISendMailReport.
Since:
8.0.4
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • SendMailReport

      public SendMailReport(List<ISentMailData> sentMails)
      Creates a new POJO with the given data.
      Parameters:
      sentMails - A list of sent mails.
  • Method Details