Class NotificationTemplateBody
java.lang.Object
cloud.genesys.webmessaging.sdk.model.NotificationTemplateBody
- All Implemented Interfaces:
Serializable
The template body. Template body object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetText()inthashCode()parameters(List<NotificationTemplateParameter> parameters) Template parameters for placeholders in template.voidsetParameters(List<NotificationTemplateParameter> parameters) voidBody text.toString()
-
Constructor Details
-
NotificationTemplateBody
public NotificationTemplateBody()
-
-
Method Details