Uses of Record Class
it.auties.whatsapp.model.button.template.hsm.HighlyStructuredFourRowTemplate
Packages that use HighlyStructuredFourRowTemplate
Package
Description
-
Uses of HighlyStructuredFourRowTemplate in it.auties.whatsapp.model.button.template.hsm
Methods in it.auties.whatsapp.model.button.template.hsm that return HighlyStructuredFourRowTemplateModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.build()HighlyStructuredFourRowTemplateSimpleBuilder.build()HighlyStructuredFourRowTemplateSpec.decode(byte[] input) (package private) static HighlyStructuredFourRowTemplateHighlyStructuredFourRowTemplate.simpleBuilder(HighlyStructuredFourRowTemplateTitle title, HighlyStructuredMessage content, HighlyStructuredMessage footer, List<HighlyStructuredButtonTemplate> buttons) Methods in it.auties.whatsapp.model.button.template.hsm with parameters of type HighlyStructuredFourRowTemplateModifier and TypeMethodDescriptionstatic byte[]HighlyStructuredFourRowTemplateSpec.encode(HighlyStructuredFourRowTemplate protoInputObject) -
Uses of HighlyStructuredFourRowTemplate in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as HighlyStructuredFourRowTemplateModifier and TypeFieldDescriptionprivate final HighlyStructuredFourRowTemplateTemplateMessage.highlyStructuredFourRowTemplateFormatprivate HighlyStructuredFourRowTemplateTemplateMessageBuilder.highlyStructuredFourRowTemplateFormatMethods in it.auties.whatsapp.model.message.button that return types with arguments of type HighlyStructuredFourRowTemplateMethods in it.auties.whatsapp.model.message.button with parameters of type HighlyStructuredFourRowTemplateModifier and TypeMethodDescriptionTemplateMessageBuilder.highlyStructuredFourRowTemplateFormat(HighlyStructuredFourRowTemplate highlyStructuredFourRowTemplateFormat) Constructors in it.auties.whatsapp.model.message.button with parameters of type HighlyStructuredFourRowTemplateModifierConstructorDescriptionTemplateMessage(String id, HydratedFourRowTemplate content, HighlyStructuredFourRowTemplate highlyStructuredFourRowTemplateFormat, HydratedFourRowTemplate hydratedFourRowTemplateFormat, InteractiveMessage interactiveMessageFormat, ContextInfo contextInfo)