Package com.whatsapp.api.domain.messages
Class Org
java.lang.Object
com.whatsapp.api.domain.messages.Org
Contact organization information formatted as an org object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets company.Gets department.getTitle()
Gets title.setCompany
(String company) Sets company.setDepartment
(String department) Sets department.Sets title.
-
Constructor Details
-
Org
public Org()
-
-
Method Details
-
getCompany
Gets company.- Returns:
- the company
-
setCompany
Sets company.- Parameters:
company
- Optional. Name of the contact's company.- Returns:
- the company
-
getDepartment
Gets department.- Returns:
- the department
-
setDepartment
Sets department.- Parameters:
department
- Optional. Name of the contact's department.- Returns:
- the department
-
getTitle
Gets title.- Returns:
- the title
-
setTitle
Sets title.- Parameters:
title
- Optional. Contact's business title.- Returns:
- the title
-