Uses of Record Class
it.auties.whatsapp.model.button.misc.ButtonSection
Packages that use ButtonSection
-
Uses of ButtonSection in it.auties.whatsapp.model.button.misc
Methods in it.auties.whatsapp.model.button.misc that return ButtonSectionModifier and TypeMethodDescriptionButtonSectionBuilder.build()static ButtonSectionButtonSectionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.misc with parameters of type ButtonSectionModifier and TypeMethodDescriptionstatic byte[]ButtonSectionSpec.encode(ButtonSection protoInputObject) -
Uses of ButtonSection in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button with type parameters of type ButtonSectionModifier and TypeFieldDescriptionprivate final List<ButtonSection> ListMessage.sectionsThe field for thesectionsrecord component.private List<ButtonSection> ListMessageBuilder.sectionsMethods in it.auties.whatsapp.model.message.button that return types with arguments of type ButtonSectionModifier and TypeMethodDescriptionListMessage.sections()Returns the value of thesectionsrecord component.Method parameters in it.auties.whatsapp.model.message.button with type arguments of type ButtonSectionConstructor parameters in it.auties.whatsapp.model.message.button with type arguments of type ButtonSectionModifierConstructorDescriptionListMessage(String title, Optional<String> description, String button, ListMessage.Type listType, List<ButtonSection> sections, Optional<ProductListInfo> productListInfo, Optional<String> footer, Optional<ContextInfo> contextInfo) Creates an instance of aListMessagerecord class.