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.sectionsprivate List<ButtonSection> ListMessageBuilder.sectionsMethods in it.auties.whatsapp.model.message.button that return types with arguments of type ButtonSectionMethod 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, String description, String button, ListMessage.Type listType, List<ButtonSection> sections, ProductListInfo productListInfo, String footer, ContextInfo contextInfo)