Class TextMessageRequest
- java.lang.Object
-
- org.apache.camel.component.whatsapp.model.BaseMessage
-
- org.apache.camel.component.whatsapp.model.TextMessageRequest
-
public class TextMessageRequest extends BaseMessage
-
-
Constructor Summary
Constructors Constructor Description TextMessageRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextMessagegetText()voidsetText(TextMessage text)-
Methods inherited from class org.apache.camel.component.whatsapp.model.BaseMessage
getMessagingProduct, getRecipientType, getTo, getType, setMessagingProduct, setRecipientType, setTo, setType
-
-
-
-
Method Detail
-
getText
public TextMessage getText()
-
setText
public void setText(TextMessage text)
-
-