Class WhatsAppBotInteractive
-
- All Implemented Interfaces:
public final class WhatsAppBotInteractive
-
-
Field Summary
Fields Modifier and Type Field Description private WhatsAppBotInteractiveTypetypeprivate final WhatsAppBotInteractiveHeaderheaderprivate final WhatsAppBotBodybodyprivate final WhatsAppBotFooterfooterprivate final WhatsAppBotActionaction
-
Constructor Summary
Constructors Constructor Description WhatsAppBotInteractive(WhatsAppBotInteractiveType type, WhatsAppBotInteractiveHeader header, WhatsAppBotBody body, WhatsAppBotFooter footer, WhatsAppBotAction action)
-
Method Summary
Modifier and Type Method Description final WhatsAppBotInteractiveTypegetType()final UnitsetType(WhatsAppBotInteractiveType type)final WhatsAppBotInteractiveHeadergetHeader()final WhatsAppBotBodygetBody()final WhatsAppBotFootergetFooter()final WhatsAppBotActiongetAction()-
-
Constructor Detail
-
WhatsAppBotInteractive
WhatsAppBotInteractive(WhatsAppBotInteractiveType type, WhatsAppBotInteractiveHeader header, WhatsAppBotBody body, WhatsAppBotFooter footer, WhatsAppBotAction action)
-
-
Method Detail
-
getType
final WhatsAppBotInteractiveType getType()
-
setType
final Unit setType(WhatsAppBotInteractiveType type)
-
getHeader
final WhatsAppBotInteractiveHeader getHeader()
-
getBody
final WhatsAppBotBody getBody()
-
getFooter
final WhatsAppBotFooter getFooter()
-
getAction
final WhatsAppBotAction getAction()
-
-
-
-