Class NotificationTemplateFooter
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.NotificationTemplateFooter
-
- All Implemented Interfaces:
Serializable
public class NotificationTemplateFooter extends Object implements Serializable
The template footer. Template footer object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationTemplateFooter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetText()inthashCode()voidsetText(String text)NotificationTemplateFootertext(String text)Footer text.StringtoString()
-
-
-
Method Detail
-
text
public NotificationTemplateFooter text(String text)
Footer text. For WhatsApp, ignored.
-
getText
public String getText()
-
setText
public void setText(String text)
-
-