JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.whatsapp.api.domain.messages.Body
Packages that use
Body
Package
Description
com.whatsapp.api.domain.messages
Uses of
Body
in
com.whatsapp.api.domain.messages
Fields in
com.whatsapp.api.domain.messages
declared as
Body
Modifier and Type
Field
Description
Body
InteractiveMessage.
body
The Body.
Methods in
com.whatsapp.api.domain.messages
that return
Body
Modifier and Type
Method
Description
Body
InteractiveMessage.
getBody
()
Gets body.
Body
Body.
setText
(
String
text)
Sets text.
Methods in
com.whatsapp.api.domain.messages
with parameters of type
Body
Modifier and Type
Method
Description
InteractiveMessage
InteractiveMessage.
setBody
(
Body
body)
Sets body.