Class WhatsAppBotInteractiveHeader
-
- All Implemented Interfaces:
public final class WhatsAppBotInteractiveHeader
-
-
Field Summary
Fields Modifier and Type Field Description private WhatsAppBotHeaderTypetypeprivate final WhatsAppBotMediadocumentprivate final WhatsAppBotMediaimageprivate final WhatsAppBotMediavideoprivate final Stringtext
-
Constructor Summary
Constructors Constructor Description WhatsAppBotInteractiveHeader(WhatsAppBotHeaderType type, WhatsAppBotMedia document, WhatsAppBotMedia image, WhatsAppBotMedia video, String text)
-
Method Summary
Modifier and Type Method Description final WhatsAppBotHeaderTypegetType()final UnitsetType(WhatsAppBotHeaderType type)final WhatsAppBotMediagetDocument()final WhatsAppBotMediagetImage()final WhatsAppBotMediagetVideo()final StringgetText()-
-
Constructor Detail
-
WhatsAppBotInteractiveHeader
WhatsAppBotInteractiveHeader(WhatsAppBotHeaderType type, WhatsAppBotMedia document, WhatsAppBotMedia image, WhatsAppBotMedia video, String text)
-
-
Method Detail
-
getType
final WhatsAppBotHeaderType getType()
-
setType
final Unit setType(WhatsAppBotHeaderType type)
-
getDocument
final WhatsAppBotMedia getDocument()
-
getImage
final WhatsAppBotMedia getImage()
-
getVideo
final WhatsAppBotMedia getVideo()
-
-
-
-