Uses of Record Class
it.auties.whatsapp.model.button.base.Button
Packages that use Button
-
Uses of Button in it.auties.whatsapp.model.button.base
Methods in it.auties.whatsapp.model.button.base that return ButtonModifier and TypeMethodDescriptionButtonBuilder.build()static ButtonButtonSpec.decode(byte[] input) static ButtonButton.of(ButtonBody body) Constructs a new buttonstatic ButtonButton.of(String id, ButtonBody body) Constructs a new buttonMethods in it.auties.whatsapp.model.button.base with parameters of type Button -
Uses of Button in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button with type parameters of type ButtonModifier and TypeFieldDescriptionButtonsMessage.buttonsButtonsMessageBuilder.buttonsButtonsMessageSimpleBuilder.buttonsMethods in it.auties.whatsapp.model.message.button that return types with arguments of type ButtonMethods in it.auties.whatsapp.model.message.button with parameters of type ButtonModifier and TypeMethodDescriptionstatic ButtonsResponseMessageButtonsResponseMessage.of(ChatMessageInfo quoted, Button button) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type ButtonModifier and TypeMethodDescription(package private) static ButtonsMessageButtonsMessage.customBuilder(ButtonsMessageHeader header, String body, String footer, ContextInfo contextInfo, List<Button> buttons) Constructor parameters in it.auties.whatsapp.model.message.button with type arguments of type ButtonModifierConstructorDescriptionButtonsMessage(ButtonsMessageHeaderText headerText, DocumentMessage headerDocument, ImageMessage headerImage, VideoOrGifMessage headerVideo, LocationMessage headerLocation, String body, String footer, ContextInfo contextInfo, List<Button> buttons, ButtonsMessageHeader.Type headerType)