Uses of Class
com.whatsapp.api.domain.templates.Example
-
Uses of Example in com.whatsapp.api.domain.templates
Modifier and TypeMethodDescriptionExample.addBodyTextExamples
(String... example) Add body text examples example.Example.addHeaderHandleExamples
(String... example) Add header handle example example.Example.addHeaderTextExamples
(String... example) Add header text example example.Component.getExample()
Gets example.Example.setBodyText
(List<List<String>> bodyText) Sets body text.Example.setHeaderHandle
(List<String> headerHandle) Sets header handle.Example.setHeaderText
(List<String> headerText) Sets header text.