Uses of Class
com.azure.communication.messages.models.channels.WhatsAppMessageTemplateBindingsComponent
Packages that use WhatsAppMessageTemplateBindingsComponent
Package
Description
Package containing the data models for Messages.
-
Uses of WhatsAppMessageTemplateBindingsComponent in com.azure.communication.messages.models.channels
Methods in com.azure.communication.messages.models.channels that return WhatsAppMessageTemplateBindingsComponentModifier and TypeMethodDescriptionWhatsAppMessageTemplateBindingsComponent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WhatsAppMessageTemplateBindingsComponent from the JsonReader.Methods in com.azure.communication.messages.models.channels that return types with arguments of type WhatsAppMessageTemplateBindingsComponentModifier and TypeMethodDescriptionWhatsAppMessageTemplateBindings.getBody()
Get the body property: The body template bindings.WhatsAppMessageTemplateBindings.getFooter()
Get the footer property: The footer template bindings.WhatsAppMessageTemplateBindings.getHeaderProperty()
Get the headerProperty property: The header template bindings.Method parameters in com.azure.communication.messages.models.channels with type arguments of type WhatsAppMessageTemplateBindingsComponentModifier and TypeMethodDescriptionWhatsAppMessageTemplateBindings.setBody
(List<WhatsAppMessageTemplateBindingsComponent> body) Set the body property: The body 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.