Uses of Class
com.azure.communication.messages.models.MessageTemplateValue
Packages that use MessageTemplateValue
Package
Description
Package containing the data models for Messages.
-
Uses of MessageTemplateValue in com.azure.communication.messages.models
Subclasses of MessageTemplateValue in com.azure.communication.messages.modelsModifier and TypeClassDescriptionfinal class
The message template's document value information.final class
The message template's image value information.final class
The message template's location value information.final class
The message template's quick action value information.final class
The message template's text value information.final class
The message template's video value information.Methods in com.azure.communication.messages.models that return MessageTemplateValueModifier and TypeMethodDescriptionstatic MessageTemplateValue
MessageTemplateValue.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MessageTemplateValue from the JsonReader.Methods in com.azure.communication.messages.models that return types with arguments of type MessageTemplateValueModifier and TypeMethodDescriptionMessageTemplate.getValues()
Get the values property: The template values.Method parameters in com.azure.communication.messages.models with type arguments of type MessageTemplateValueModifier and TypeMethodDescriptionMessageTemplate.setValues
(List<MessageTemplateValue> values) Set the values property: The template values.