Class TextParameter
- java.lang.Object
-
- com.flowable.engage.external.system.whatsapp.dto.TextParameter
-
- All Implemented Interfaces:
WhatsAppButtonTemplateParameter
,WhatsAppTemplateParameter
public class TextParameter extends Object implements WhatsAppTemplateParameter, WhatsAppButtonTemplateParameter
-
-
Constructor Summary
Constructors Constructor Description TextParameter(String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getText()
void
setDefaultValue(String text)
Deprecated.usesetText(String)
instead.void
setText(String text)
-
-
-
Field Detail
-
text
protected String text
-
-
Constructor Detail
-
TextParameter
public TextParameter(String text)
-
-
Method Detail
-
getText
public String getText()
-
setText
public void setText(String text)
-
setDefaultValue
@Deprecated public void setDefaultValue(String text)
Deprecated.usesetText(String)
instead. Kept here for backward compatibility with old json models.
-
-