Class TextParameter

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

public class TextParameter
extends java.lang.Object
implements WhatsAppTemplateParameter, WhatsAppButtonTemplateParameter
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String text  
  • Constructor Summary

    Constructors 
    Constructor Description
    TextParameter​(java.lang.String text)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getText()  
    void setDefaultValue​(java.lang.String text)
    Deprecated.
    use setText(String) instead.
    void setText​(java.lang.String text)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • text

      protected java.lang.String text
  • Constructor Details

  • Method Details

    • getText

      public java.lang.String getText()
    • setText

      public void setText​(java.lang.String text)
    • setDefaultValue

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