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 with type parameters of type HighlyStructuredFourRowTemplateModifier and TypeFieldDescriptionprivate final Optional<HighlyStructuredFourRowTemplate> TemplateMessage.highlyStructuredFourRowTemplateFormatThe field for thehighlyStructuredFourRowTemplateFormatrecord component.private Optional<HighlyStructuredFourRowTemplate> TemplateMessageBuilder.highlyStructuredFourRowTemplateFormatMethods in it.auties.whatsapp.model.message.button that return types with arguments of type HighlyStructuredFourRowTemplateModifier and TypeMethodDescriptionTemplateMessage.highlyStructuredFourRowTemplateFormat()Returns the value of thehighlyStructuredFourRowTemplateFormatrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type HighlyStructuredFourRowTemplateModifier and TypeMethodDescriptionTemplateMessageBuilder.highlyStructuredFourRowTemplateFormat(HighlyStructuredFourRowTemplate highlyStructuredFourRowTemplateFormat) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type HighlyStructuredFourRowTemplateModifier and TypeMethodDescriptionTemplateMessageBuilder.highlyStructuredFourRowTemplateFormat(Optional<HighlyStructuredFourRowTemplate> highlyStructuredFourRowTemplateFormat) Constructor parameters in it.auties.whatsapp.model.message.button with type arguments of type HighlyStructuredFourRowTemplateModifierConstructorDescriptionTemplateMessage(String id, HydratedFourRowTemplate content, Optional<HighlyStructuredFourRowTemplate> highlyStructuredFourRowTemplateFormat, Optional<HydratedFourRowTemplate> hydratedFourRowTemplateFormat, Optional<InteractiveMessage> interactiveMessageFormat, Optional<ContextInfo> contextInfo) Creates an instance of aTemplateMessagerecord class.