java.lang.Object
org.apache.fineract.infrastructure.campaigns.email.data.EmailData

public final class EmailData extends Object
Immutable data object representing a SMS message.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static EmailData
    instance(Long id, Long groupId, Long clientId, Long staffId, org.apache.fineract.infrastructure.core.data.EnumOptionData status, String emailAddress, String emailSubject, String message, org.apache.fineract.infrastructure.core.data.EnumOptionData emailAttachmentFileFormat, org.apache.fineract.infrastructure.dataqueries.data.ReportData stretchyReport, String stretchyReportParamMap, List<org.apache.fineract.infrastructure.core.data.EnumOptionData> emailAttachmentFileFormatOptions, List<org.apache.fineract.infrastructure.core.data.EnumOptionData> stretchyReportParamDateOptions, String campaignName, LocalDate sentDate, String errorMessage)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EmailData

      public EmailData()
  • Method Details

    • instance

      public static EmailData instance(Long id, Long groupId, Long clientId, Long staffId, org.apache.fineract.infrastructure.core.data.EnumOptionData status, String emailAddress, String emailSubject, String message, org.apache.fineract.infrastructure.core.data.EnumOptionData emailAttachmentFileFormat, org.apache.fineract.infrastructure.dataqueries.data.ReportData stretchyReport, String stretchyReportParamMap, List<org.apache.fineract.infrastructure.core.data.EnumOptionData> emailAttachmentFileFormatOptions, List<org.apache.fineract.infrastructure.core.data.EnumOptionData> stretchyReportParamDateOptions, String campaignName, LocalDate sentDate, String errorMessage)