Class DateTimeParameter
java.lang.Object
com.flowable.engage.external.system.whatsapp.dto.DateTimeParameter
- All Implemented Interfaces:
WhatsAppTemplateParameter
- Author:
- Anatolii Balakiriev
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringType of calendar: GREGORIAN, SOLAR_HIJRIprotected LocalDateTimeprotected StringDefault value, if the device is unsuccessful in localizing a parameter, it should fall back to using this value (e.g. -
Constructor Summary
ConstructorsConstructorDescriptionDateTimeParameter(String fallbackValue, LocalDateTime dateTime, String calendar) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCalendar(String calendar) voidsetDateTime(LocalDateTime dateTime) voidsetFallbackValue(String fallbackValue)
-
Field Details
-
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
-
calendar
Type of calendar: GREGORIAN, SOLAR_HIJRI
-
-
Constructor Details
-
DateTimeParameter
-
-
Method Details
-
getFallbackValue
-
setFallbackValue
-
getDateTime
-
setDateTime
-
getCalendar
-
setCalendar
-