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.buttonsThe field for thebuttonsrecord component.ButtonsMessageBuilder.buttonsButtonsMessageSimpleBuilder.buttonsMethods in it.auties.whatsapp.model.message.button that return types with arguments of type ButtonModifier and TypeMethodDescriptionButtonsMessage.buttons()Returns the value of thebuttonsrecord component.Methods 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(Optional<ButtonsMessageHeaderText> headerText, Optional<DocumentMessage> headerDocument, Optional<ImageMessage> headerImage, Optional<VideoOrGifMessage> headerVideo, Optional<LocationMessage> headerLocation, Optional<String> body, Optional<String> footer, Optional<ContextInfo> contextInfo, List<Button> buttons, ButtonsMessageHeader.Type headerType) Creates an instance of aButtonsMessagerecord class.