Uses of Record Class
it.auties.whatsapp.model.button.misc.ButtonRow
Packages that use ButtonRow
-
Uses of ButtonRow in it.auties.whatsapp.model.button.misc
Fields in it.auties.whatsapp.model.button.misc with type parameters of type ButtonRowModifier and TypeFieldDescriptionButtonSection.rowsThe field for therowsrecord component.ButtonSectionBuilder.rowsMethods in it.auties.whatsapp.model.button.misc that return ButtonRowModifier and TypeMethodDescriptionButtonRowBuilder.build()static ButtonRowButtonRowSpec.decode(byte[] input) static ButtonRowMethods in it.auties.whatsapp.model.button.misc that return types with arguments of type ButtonRowModifier and TypeMethodDescriptionButtonSection.rows()Returns the value of therowsrecord component.Methods in it.auties.whatsapp.model.button.misc with parameters of type ButtonRowMethod parameters in it.auties.whatsapp.model.button.misc with type arguments of type ButtonRowModifier and TypeMethodDescriptionConstructor parameters in it.auties.whatsapp.model.button.misc with type arguments of type ButtonRowModifierConstructorDescriptionButtonSection(String title, List<ButtonRow> rows) Creates an instance of aButtonSectionrecord class.