Uses of Class
com.azure.communication.messages.models.channels.WhatsAppMessageTemplateBindingsButton
Packages that use WhatsAppMessageTemplateBindingsButton
Package
Description
Package containing the data models for Messages.
-
Uses of WhatsAppMessageTemplateBindingsButton in com.azure.communication.messages.models.channels
Methods in com.azure.communication.messages.models.channels that return WhatsAppMessageTemplateBindingsButtonModifier and TypeMethodDescriptionWhatsAppMessageTemplateBindingsButton.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WhatsAppMessageTemplateBindingsButton from the JsonReader.Methods in com.azure.communication.messages.models.channels that return types with arguments of type WhatsAppMessageTemplateBindingsButtonModifier and TypeMethodDescriptionWhatsAppMessageTemplateBindings.getButtons()
Get the buttons property: The button template bindings.Method parameters in com.azure.communication.messages.models.channels with type arguments of type WhatsAppMessageTemplateBindingsButtonModifier and TypeMethodDescriptionWhatsAppMessageTemplateBindings.setButtons
(List<WhatsAppMessageTemplateBindingsButton> buttons) Set the buttons property: The button template bindings.