Class WhatsAppSendBotMessage
-
- All Implemented Interfaces:
public abstract class WhatsAppSendBotMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtoprivate final WhatsAppBotRecipientTyperecipientTypeprivate final WhatsAppBotMessageTypetype
-
Constructor Summary
Constructors Constructor Description WhatsAppSendBotMessage(WhatsAppBotMessageType type)
-
Method Summary
Modifier and Type Method Description abstract StringgetTo()abstract WhatsAppBotRecipientTypegetRecipientType()final WhatsAppBotMessageTypegetType()-
-
Constructor Detail
-
WhatsAppSendBotMessage
WhatsAppSendBotMessage(WhatsAppBotMessageType type)
-
-
Method Detail
-
getRecipientType
abstract WhatsAppBotRecipientType getRecipientType()
-
getType
final WhatsAppBotMessageType getType()
-
-
-
-