Class HvlCalendarNotificationRequestModel

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

public class HvlCalendarNotificationRequestModel extends HvlNotificationMailRequestModel implements Serializable
A data transfer object is used for calendar notification request operations.
See Also:
  • Constructor Details

    • HvlCalendarNotificationRequestModel

      public HvlCalendarNotificationRequestModel()
      Instantiates a new HvlCalendarNotificationRequestModel.
    • HvlCalendarNotificationRequestModel

      public HvlCalendarNotificationRequestModel(@NotNull @NotNull String code, List<String> toAddressList, List<String> ccAddressList, List<String> bccAddressList, Locale locale, Map<String,Object> attributeMap, boolean sendSync, tr.com.havelsan.javarch.mail.support.model.HvlCalendar calendar)
      Instantiates a new HvlCalendarNotificationRequestModel.
      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
      sendSync - the send sync
      calendar - the calendar
  • Method Details

    • getCalendar

      public tr.com.havelsan.javarch.mail.support.model.HvlCalendar getCalendar()
      Gets calendar.
      Returns:
      the calendar
    • setCalendar

      public void setCalendar(tr.com.havelsan.javarch.mail.support.model.HvlCalendar calendar)
      Sets calendar.
      Parameters:
      calendar - the calendar