Uses of Record Class
it.auties.whatsapp.model.button.template.hydrated.HydratedFourRowTemplate
Packages that use HydratedFourRowTemplate
Package
Description
-
Uses of HydratedFourRowTemplate in it.auties.whatsapp.model.button.template.hydrated
Methods in it.auties.whatsapp.model.button.template.hydrated that return HydratedFourRowTemplateModifier and TypeMethodDescriptionHydratedFourRowTemplateBuilder.build()HydratedFourRowTemplateSimpleBuilder.build()(package private) static HydratedFourRowTemplateHydratedFourRowTemplate.customBuilder(HydratedFourRowTemplateTitle title, String body, String footer, List<HydratedTemplateButton> buttons, String templateId) static HydratedFourRowTemplateHydratedFourRowTemplateSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.template.hydrated with parameters of type HydratedFourRowTemplateModifier and TypeMethodDescriptionstatic byte[]HydratedFourRowTemplateSpec.encode(HydratedFourRowTemplate protoInputObject) -
Uses of HydratedFourRowTemplate in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as HydratedFourRowTemplateModifier and TypeFieldDescriptionprivate final HydratedFourRowTemplateTemplateMessage.contentprivate HydratedFourRowTemplateTemplateMessageBuilder.contentprivate HydratedFourRowTemplateTemplateMessageSimpleBuilder.contentprivate final HydratedFourRowTemplateTemplateMessage.hydratedFourRowTemplateFormatprivate HydratedFourRowTemplateTemplateMessageBuilder.hydratedFourRowTemplateFormatMethods in it.auties.whatsapp.model.message.button that return HydratedFourRowTemplateMethods in it.auties.whatsapp.model.message.button that return types with arguments of type HydratedFourRowTemplateMethods in it.auties.whatsapp.model.message.button with parameters of type HydratedFourRowTemplateModifier and TypeMethodDescriptionTemplateMessageBuilder.content(HydratedFourRowTemplate content) TemplateMessageSimpleBuilder.content(HydratedFourRowTemplate content) (package private) static TemplateMessageTemplateMessage.customBuilder(String id, HydratedFourRowTemplate content, TemplateFormatter format, ContextInfo contextInfo) TemplateMessageBuilder.hydratedFourRowTemplateFormat(HydratedFourRowTemplate hydratedFourRowTemplateFormat) Constructors in it.auties.whatsapp.model.message.button with parameters of type HydratedFourRowTemplateModifierConstructorDescriptionTemplateMessage(String id, HydratedFourRowTemplate content, HighlyStructuredFourRowTemplate highlyStructuredFourRowTemplateFormat, HydratedFourRowTemplate hydratedFourRowTemplateFormat, InteractiveMessage interactiveMessageFormat, ContextInfo contextInfo)