java.lang.Object
com.whatsapp.api.domain.messages.Org

public class Org extends Object
Contact organization information formatted as an org object.
  • Constructor Details

    • Org

      public Org()
  • Method Details

    • getCompany

      public String getCompany()
      Gets company.
      Returns:
      the company
    • setCompany

      public Org setCompany(String company)
      Sets company.
      Parameters:
      company - Optional. Name of the contact's company.
      Returns:
      the company
    • getDepartment

      public String getDepartment()
      Gets department.
      Returns:
      the department
    • setDepartment

      public Org setDepartment(String department)
      Sets department.
      Parameters:
      department - Optional. Name of the contact's department.
      Returns:
      the department
    • getTitle

      public String getTitle()
      Gets title.
      Returns:
      the title
    • setTitle

      public Org setTitle(String title)
      Sets title.
      Parameters:
      title - Optional. Contact's business title.
      Returns:
      the title