Class DateTimeParameter

java.lang.Object
com.flowable.engage.external.system.whatsapp.dto.DateTimeParameter
All Implemented Interfaces:
WhatsAppTemplateParameter

public class DateTimeParameter extends Object implements WhatsAppTemplateParameter
Author:
Anatolii Balakiriev
  • Field Details

    • fallbackValue

      protected String fallbackValue
      Default value, if the device is unsuccessful in localizing a parameter, it should fall back to using this value (e.g. February 25, 1977)
    • dateTime

      protected LocalDateTime dateTime
    • calendar

      protected String calendar
      Type of calendar: GREGORIAN, SOLAR_HIJRI
  • Constructor Details

  • Method Details

    • getFallbackValue

      public String getFallbackValue()
    • setFallbackValue

      public void setFallbackValue(String fallbackValue)
    • getDateTime

      public LocalDateTime getDateTime()
    • setDateTime

      public void setDateTime(LocalDateTime dateTime)
    • getCalendar

      public String getCalendar()
    • setCalendar

      public void setCalendar(String calendar)