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.contentThe field for thecontentrecord component.private HydratedFourRowTemplateTemplateMessageBuilder.contentprivate HydratedFourRowTemplateTemplateMessageSimpleBuilder.contentFields in it.auties.whatsapp.model.message.button with type parameters of type HydratedFourRowTemplateModifier and TypeFieldDescriptionprivate final Optional<HydratedFourRowTemplate> TemplateMessage.hydratedFourRowTemplateFormatThe field for thehydratedFourRowTemplateFormatrecord component.private Optional<HydratedFourRowTemplate> TemplateMessageBuilder.hydratedFourRowTemplateFormatMethods in it.auties.whatsapp.model.message.button that return HydratedFourRowTemplateModifier and TypeMethodDescriptionTemplateMessage.content()Returns the value of thecontentrecord component.Methods in it.auties.whatsapp.model.message.button that return types with arguments of type HydratedFourRowTemplateModifier and TypeMethodDescriptionTemplateMessage.hydratedFourRowTemplateFormat()Returns the value of thehydratedFourRowTemplateFormatrecord component.Methods 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) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type HydratedFourRowTemplateModifier and TypeMethodDescriptionTemplateMessageBuilder.hydratedFourRowTemplateFormat(Optional<HydratedFourRowTemplate> hydratedFourRowTemplateFormat) Constructors in it.auties.whatsapp.model.message.button with parameters of type HydratedFourRowTemplateModifierConstructorDescriptionTemplateMessage(String id, HydratedFourRowTemplate content, Optional<HighlyStructuredFourRowTemplate> highlyStructuredFourRowTemplateFormat, Optional<HydratedFourRowTemplate> hydratedFourRowTemplateFormat, Optional<InteractiveMessage> interactiveMessageFormat, Optional<ContextInfo> contextInfo) Creates an instance of aTemplateMessagerecord class.