Uses of Class
com.whatsapp.api.domain.templates.Example
Packages that use Example
-
Uses of Example in com.whatsapp.api.domain.templates
Methods in com.whatsapp.api.domain.templates that return ExampleModifier 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.Methods in com.whatsapp.api.domain.templates with parameters of type Example