java.lang.Object
it.auties.whatsapp.model.message.button.ButtonsMessageBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Optional<ContextInfo> private Optional<DocumentMessage> private Optional<ImageMessage> private Optional<LocationMessage> private Optional<ButtonsMessageHeaderText> private ButtonsMessageHeader.Typeprivate Optional<VideoOrGifMessage> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()contextInfo(ContextInfo contextInfo) contextInfo(Optional<ContextInfo> contextInfo) headerDocument(DocumentMessage headerDocument) headerDocument(Optional<DocumentMessage> headerDocument) headerImage(ImageMessage headerImage) headerImage(Optional<ImageMessage> headerImage) headerLocation(LocationMessage headerLocation) headerLocation(Optional<LocationMessage> headerLocation) headerText(ButtonsMessageHeaderText headerText) headerText(Optional<ButtonsMessageHeaderText> headerText) headerType(ButtonsMessageHeader.Type headerType) headerVideo(VideoOrGifMessage headerVideo) headerVideo(Optional<VideoOrGifMessage> headerVideo)
-
Field Details
-
headerText
-
headerDocument
-
headerImage
-
headerVideo
-
headerLocation
-
body
-
contextInfo
-
buttons
-
headerType
-
-
Constructor Details
-
ButtonsMessageBuilder
public ButtonsMessageBuilder()
-
-
Method Details
-
headerText
-
headerText
-
headerDocument
-
headerDocument
-
headerImage
-
headerImage
-
headerVideo
-
headerVideo
-
headerLocation
-
headerLocation
-
body
-
body
-
contextInfo
-
contextInfo
-
buttons
-
headerType
-
build
-