Uses of Class
com.azure.communication.messages.models.channels.WhatsAppMessageTemplateBindings
Packages that use WhatsAppMessageTemplateBindings
Package
Description
Package containing the data models for Messages.
-
Uses of WhatsAppMessageTemplateBindings in com.azure.communication.messages.models.channels
Methods in com.azure.communication.messages.models.channels that return WhatsAppMessageTemplateBindingsModifier and TypeMethodDescriptionWhatsAppMessageTemplateBindings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WhatsAppMessageTemplateBindings from the JsonReader.WhatsAppMessageTemplateBindings.setBody
(List<WhatsAppMessageTemplateBindingsComponent> body) Set the body property: The body template bindings.WhatsAppMessageTemplateBindings.setButtons
(List<WhatsAppMessageTemplateBindingsButton> buttons) Set the buttons property: The button template bindings.WhatsAppMessageTemplateBindings.setFooter
(List<WhatsAppMessageTemplateBindingsComponent> footer) Set the footer property: The footer template bindings.WhatsAppMessageTemplateBindings.setHeaderProperty
(List<WhatsAppMessageTemplateBindingsComponent> headerProperty) Set the headerProperty property: The header template bindings.