Class ContentNotificationTemplate
java.lang.Object
cloud.genesys.webmessaging.sdk.model.ContentNotificationTemplate
- All Implemented Interfaces:
Serializable
Template notification content. Template notification object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody(NotificationTemplateBody body) The template body.booleanfooter(NotificationTemplateFooter footer) The template footer.getBody()getId()inthashCode()header(NotificationTemplateHeader header) The template header.The messaging provider template ID.Template language.voidvoidsetFooter(NotificationTemplateFooter footer) voidsetHeader(NotificationTemplateHeader header) voidvoidsetLanguage(String language) toString()
-
Constructor Details
-
ContentNotificationTemplate
public ContentNotificationTemplate()
-
-
Method Details
-
body
The template body. -
getBody
-
setBody
-
header
The template header. -
getHeader
-
setHeader
-
id
The messaging provider template ID. For WhatsApp, 'namespace@name'. -
getId
-
setId
-
language
Template language. -
getLanguage
-
setLanguage
-
equals
-
hashCode
public int hashCode() -
toString
-