Class HvlNotificationMailRequestModelWithContent

java.lang.Object
tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationMailRequestModel
tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationMailRequestModelWithContent
All Implemented Interfaces:
Serializable

public class HvlNotificationMailRequestModelWithContent extends HvlNotificationMailRequestModel implements Serializable
A data transfer object is used for mail with content notification operations.
See Also:
  • Constructor Details

    • HvlNotificationMailRequestModelWithContent

      public HvlNotificationMailRequestModelWithContent()
      Instantiates a new HvlNotificationMailRequestModelWithContent.
    • HvlNotificationMailRequestModelWithContent

      public HvlNotificationMailRequestModelWithContent(@NotNull @NotNull String code, List<String> toAddressList, List<String> ccAddressList, List<String> bccAddressList, Locale locale, Map<String,Object> attributeMap, @NotNull @NotNull String content, List<tr.com.havelsan.javarch.mail.support.model.HvlMailAttachment> attachmentList, boolean sendSync)
      Instantiates a new HvlNotificationMailRequestModelWithContent.
      Parameters:
      code - the code
      toAddressList - the to address list
      ccAddressList - the cc address list
      bccAddressList - the bcc address list
      locale - the locale
      attributeMap - the attribute map
      content - the content
      attachmentList - the attachment list
      sendSync - the send sync
  • Method Details

    • getContent

      public String getContent()
      Gets content.
      Returns:
      the content
    • setContent

      public void setContent(String content)
      Sets content.
      Parameters:
      content - the content