Class Example

java.lang.Object
com.whatsapp.api.domain.templates.Example

public class Example extends Object
The type Example.
  • Constructor Details

    • Example

      public Example()
  • Method Details

    • getHeaderHandle

      public List<String> getHeaderHandle()
      Gets header handle.
      Returns:
      the header handle
    • setHeaderHandle

      public Example setHeaderHandle(List<String> headerHandle)
      Sets header handle.
      Parameters:
      headerHandle - the header handle
      Returns:
      the header handle
    • getBodyText

      public List<List<String>> getBodyText()
      Gets body text.
      Returns:
      the body text
    • setBodyText

      public Example setBodyText(List<List<String>> bodyText)
      Sets body text.
      Parameters:
      bodyText - the body text
      Returns:
      the body text
    • getHeaderText

      public List<String> getHeaderText()
      Gets header text.
      Returns:
      the header text
    • setHeaderText

      public Example setHeaderText(List<String> headerText)
      Sets header text.
      Parameters:
      headerText - the header text
      Returns:
      the header text
    • addHeaderHandleExamples

      public Example addHeaderHandleExamples(String... example)
      Add header handle example example.
      Parameters:
      example - the example
      Returns:
      the example
    • addHeaderTextExamples

      public Example addHeaderTextExamples(String... example)
      Add header text example example.
      Parameters:
      example - the example
      Returns:
      the example
    • addBodyTextExamples

      public Example addBodyTextExamples(String... example)
      Add body text examples example.
      Parameters:
      example - the example
      Returns:
      the example