Uses of Interface
com.flowable.engage.external.system.whatsapp.api.WhatsAppTemplateMessageBuilder
Packages that use WhatsAppTemplateMessageBuilder
Package
Description
-
Uses of WhatsAppTemplateMessageBuilder in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement WhatsAppTemplateMessageBuilderMethods in com.flowable.engage.external.system.whatsapp that return WhatsAppTemplateMessageBuilderModifier and TypeMethodDescriptionWhatsAppTemplateMessageBuilderImpl.addTemplateTextParameter(String parameter) WhatsAppTemplateMessageBuilderImpl.addTemplateTextParameters(Collection<String> parameters) WhatsAppTemplateMessageBuilderImpl.businessAccountId(String businessAccountId) WhatsAppJmsExternalConversationSystemAdapter.createTemplateMessageBuilder()WhatsAppTemplateMessageBuilderImpl.externalUserId(String externalUserId) WhatsAppTemplateMessageBuilderImpl.mediaHeader(String mediaId) WhatsAppTemplateMessageBuilderImpl.templateId(String templateId) WhatsAppTemplateMessageBuilderImpl.timeToLive(Duration timeToLive) -
Uses of WhatsAppTemplateMessageBuilder in com.flowable.engage.external.system.whatsapp.api
Methods in com.flowable.engage.external.system.whatsapp.api that return WhatsAppTemplateMessageBuilderModifier and TypeMethodDescriptionWhatsAppTemplateMessageBuilder.addTemplateTextParameter(String parameter) Add a positional text parameter to the body.WhatsAppTemplateMessageBuilder.addTemplateTextParameters(Collection<String> parameters) Add positional text parameters to the body.WhatsAppTemplateMessageBuilder.ButtonComponentBuilder.buildComponent()WhatsAppTemplateMessageBuilder.ComponentBuilder.buildComponent()Builds current component (header, body, footer or button) and adds it to the list of components of the parent builder.WhatsAppTemplateMessageBuilder.businessAccountId(String businessAccountId) The id of the business account that should be used when sending out the message.WhatsAppExternalConversationSystemAdapter.createTemplateMessageBuilder()Create a message builder for the WhatsApp template message.WhatsAppTemplateMessageBuilder.externalUserId(String externalUserId) The id of the recipient of the message.The language of the template that should be used.WhatsAppTemplateMessageBuilder.mediaHeader(String mediaId) The content item ID for the media header.The id of the reference message within the Engage system.WhatsAppTemplateMessageBuilder.templateId(String templateId) The id of the template that is registered on the WhatsApp sideWhatsAppTemplateMessageBuilder.timeToLive(Duration timeToLive) Time To Live (TTL) duration.