Uses of Record Class
it.auties.whatsapp.model.message.button.ButtonsMessageHeaderText
Packages that use ButtonsMessageHeaderText
-
Uses of ButtonsMessageHeaderText in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button with type parameters of type ButtonsMessageHeaderTextModifier and TypeFieldDescriptionprivate final Optional<ButtonsMessageHeaderText> ButtonsMessage.headerTextThe field for theheaderTextrecord component.private Optional<ButtonsMessageHeaderText> ButtonsMessageBuilder.headerTextMethods in it.auties.whatsapp.model.message.button that return ButtonsMessageHeaderTextMethods in it.auties.whatsapp.model.message.button that return types with arguments of type ButtonsMessageHeaderTextModifier and TypeMethodDescriptionButtonsMessage.headerText()Returns the value of theheaderTextrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type ButtonsMessageHeaderTextModifier and TypeMethodDescriptionButtonsMessageBuilder.headerText(ButtonsMessageHeaderText headerText) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type ButtonsMessageHeaderTextModifier and TypeMethodDescriptionButtonsMessageBuilder.headerText(Optional<ButtonsMessageHeaderText> headerText) Constructor parameters in it.auties.whatsapp.model.message.button with type arguments of type ButtonsMessageHeaderTextModifierConstructorDescriptionButtonsMessage(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.