Uses of Class
com.azure.communication.messages.models.MessageTemplate
Packages that use MessageTemplate
Package
Description
Package containing the data models for Messages.
-
Uses of MessageTemplate in com.azure.communication.messages.models
Methods in com.azure.communication.messages.models that return MessageTemplateModifier and TypeMethodDescriptionstatic MessageTemplate
MessageTemplate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MessageTemplate from the JsonReader.TemplateNotificationContent.getTemplate()
Get the template property: The template object used to create templates.MessageTemplate.setBindings
(MessageTemplateBindings bindings) Set the bindings property: The binding object to link values to the template specific locations.MessageTemplate.setValues
(List<MessageTemplateValue> values) Set the values property: The template values.Constructors in com.azure.communication.messages.models with parameters of type MessageTemplateModifierConstructorDescriptionTemplateNotificationContent
(String channelRegistrationId, List<String> to, MessageTemplate template) Creates an instance of TemplateNotificationContent class.