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

public class TextParameter extends Object implements WhatsAppTemplateParameter, WhatsAppButtonTemplateParameter
  • Field Details

    • text

      protected String text
  • Constructor Details

    • TextParameter

      public TextParameter(String text)
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(String text)
    • setDefaultValue

      @Deprecated public void setDefaultValue(String text)
      Deprecated.
      use setText(String) instead. Kept here for backward compatibility with old json models.