Uses of Record Class
it.auties.whatsapp.model.button.template.hsm.HighlyStructuredButtonTemplate
Packages that use HighlyStructuredButtonTemplate
-
Uses of HighlyStructuredButtonTemplate in it.auties.whatsapp.model.button.template.hsm
Fields in it.auties.whatsapp.model.button.template.hsm with type parameters of type HighlyStructuredButtonTemplateModifier and TypeFieldDescriptionprivate final List<HighlyStructuredButtonTemplate> HighlyStructuredFourRowTemplate.buttonsThe field for thebuttonsrecord component.private List<HighlyStructuredButtonTemplate> HighlyStructuredFourRowTemplateBuilder.buttonsprivate List<HighlyStructuredButtonTemplate> HighlyStructuredFourRowTemplateSimpleBuilder.buttonsMethods in it.auties.whatsapp.model.button.template.hsm that return HighlyStructuredButtonTemplateModifier and TypeMethodDescriptionHighlyStructuredButtonTemplateBuilder.build()HighlyStructuredButtonTemplateSpec.decode(byte[] input) HighlyStructuredButtonTemplate.of(int index, HighlyStructuredButton highlyStructuredButton) Constructs a new templateHighlyStructuredButtonTemplate.of(HighlyStructuredButton highlyStructuredButton) Constructs a new templateMethods in it.auties.whatsapp.model.button.template.hsm that return types with arguments of type HighlyStructuredButtonTemplateModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplate.buttons()Returns the value of thebuttonsrecord component.private static List<HighlyStructuredButtonTemplate> HighlyStructuredFourRowTemplate.getIndexedButtons(List<HighlyStructuredButtonTemplate> buttons) Methods in it.auties.whatsapp.model.button.template.hsm with parameters of type HighlyStructuredButtonTemplateModifier and TypeMethodDescriptionstatic byte[]HighlyStructuredButtonTemplateSpec.encode(HighlyStructuredButtonTemplate protoInputObject) Method parameters in it.auties.whatsapp.model.button.template.hsm with type arguments of type HighlyStructuredButtonTemplateModifier and TypeMethodDescriptionHighlyStructuredFourRowTemplateBuilder.buttons(List<HighlyStructuredButtonTemplate> buttons) HighlyStructuredFourRowTemplateSimpleBuilder.buttons(List<HighlyStructuredButtonTemplate> buttons) private static List<HighlyStructuredButtonTemplate> HighlyStructuredFourRowTemplate.getIndexedButtons(List<HighlyStructuredButtonTemplate> buttons) (package private) static HighlyStructuredFourRowTemplateHighlyStructuredFourRowTemplate.simpleBuilder(HighlyStructuredFourRowTemplateTitle title, HighlyStructuredMessage content, HighlyStructuredMessage footer, List<HighlyStructuredButtonTemplate> buttons) Constructor parameters in it.auties.whatsapp.model.button.template.hsm with type arguments of type HighlyStructuredButtonTemplateModifierConstructorDescriptionHighlyStructuredFourRowTemplate(Optional<DocumentMessage> titleDocument, Optional<HighlyStructuredMessage> titleHighlyStructured, Optional<ImageMessage> titleImage, Optional<VideoOrGifMessage> titleVideo, Optional<LocationMessage> titleLocation, HighlyStructuredMessage content, Optional<HighlyStructuredMessage> footer, List<HighlyStructuredButtonTemplate> buttons) Creates an instance of aHighlyStructuredFourRowTemplaterecord class.