Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentNotificationTemplate
-
Packages that use ContentNotificationTemplate Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentNotificationTemplate in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentNotificationTemplate Modifier and Type Method Description ContentNotificationTemplateContentNotificationTemplate. body(NotificationTemplateBody body)The template body.ContentNotificationTemplateContentNotificationTemplate. footer(NotificationTemplateFooter footer)The template footer.ContentNotificationTemplateMessageContent. getTemplate()ContentNotificationTemplateContentNotificationTemplate. header(NotificationTemplateHeader header)The template header.ContentNotificationTemplateContentNotificationTemplate. id(String id)The messaging provider template ID.ContentNotificationTemplateContentNotificationTemplate. language(String language)Template language.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentNotificationTemplate Modifier and Type Method Description voidMessageContent. setTemplate(ContentNotificationTemplate template)MessageContentMessageContent. template(ContentNotificationTemplate template)Template notification content.
-