public class MapiContactProfessionalPropertySetDto extends Object
Constructor and Description |
---|
MapiContactProfessionalPropertySetDto() |
MapiContactProfessionalPropertySetDto(String title,
String companyName,
String departmentName,
String officeLocation,
String managerName,
String assistant,
String profession)
Initializes a new instance of the MapiContactProfessionalPropertySetDto
|
Modifier and Type | Method and Description |
---|---|
MapiContactProfessionalPropertySetDto |
assistant(String assistant)
Set assistant and return this.
|
MapiContactProfessionalPropertySetDto |
companyName(String companyName)
Set companyName and return this.
|
MapiContactProfessionalPropertySetDto |
departmentName(String departmentName)
Set departmentName and return this.
|
boolean |
equals(Object o) |
String |
getAssistant()
Gets or sets the name of the contact's assistant
|
String |
getCompanyName()
Gets or sets the company that employs the contact
|
String |
getDepartmentName()
Gets or sets the name of the department to which the contact belongs
|
String |
getManagerName()
Gets or sets the name of the contact's manager
|
String |
getOfficeLocation()
Gets or sets the location of the office that the contact works in
|
String |
getProfession()
Gets or sets the profession of the contact
|
String |
getTitle()
Gets or sets the job title of the contact
|
int |
hashCode() |
MapiContactProfessionalPropertySetDto |
managerName(String managerName)
Set managerName and return this.
|
MapiContactProfessionalPropertySetDto |
officeLocation(String officeLocation)
Set officeLocation and return this.
|
MapiContactProfessionalPropertySetDto |
profession(String profession)
Set profession and return this.
|
void |
setAssistant(String assistant)
Set assistant.
|
void |
setCompanyName(String companyName)
Set companyName.
|
void |
setDepartmentName(String departmentName)
Set departmentName.
|
void |
setManagerName(String managerName)
Set managerName.
|
void |
setOfficeLocation(String officeLocation)
Set officeLocation.
|
void |
setProfession(String profession)
Set profession.
|
void |
setTitle(String title)
Set title.
|
MapiContactProfessionalPropertySetDto |
title(String title)
Set title and return this.
|
String |
toString() |
public MapiContactProfessionalPropertySetDto()
public MapiContactProfessionalPropertySetDto(String title, String companyName, String departmentName, String officeLocation, String managerName, String assistant, String profession)
title
- Gets or sets the job title of the contactcompanyName
- Gets or sets the company that employs the contactdepartmentName
- Gets or sets the name of the department to which the contact belongsofficeLocation
- Gets or sets the location of the office that the contact works inmanagerName
- Gets or sets the name of the contact's managerassistant
- Gets or sets the name of the contact's assistantprofession
- Gets or sets the profession of the contactpublic MapiContactProfessionalPropertySetDto title(String title)
title
- Gets or sets the job title of the contactpublic String getTitle()
public void setTitle(String title)
title
- Gets or sets the job title of the contactpublic MapiContactProfessionalPropertySetDto companyName(String companyName)
companyName
- Gets or sets the company that employs the contactpublic String getCompanyName()
public void setCompanyName(String companyName)
companyName
- Gets or sets the company that employs the contactpublic MapiContactProfessionalPropertySetDto departmentName(String departmentName)
departmentName
- Gets or sets the name of the department to which the contact belongspublic String getDepartmentName()
public void setDepartmentName(String departmentName)
departmentName
- Gets or sets the name of the department to which the contact belongspublic MapiContactProfessionalPropertySetDto officeLocation(String officeLocation)
officeLocation
- Gets or sets the location of the office that the contact works inpublic String getOfficeLocation()
public void setOfficeLocation(String officeLocation)
officeLocation
- Gets or sets the location of the office that the contact works inpublic MapiContactProfessionalPropertySetDto managerName(String managerName)
managerName
- Gets or sets the name of the contact's managerpublic String getManagerName()
public void setManagerName(String managerName)
managerName
- Gets or sets the name of the contact's managerpublic MapiContactProfessionalPropertySetDto assistant(String assistant)
assistant
- Gets or sets the name of the contact's assistantpublic String getAssistant()
public void setAssistant(String assistant)
assistant
- Gets or sets the name of the contact's assistantpublic MapiContactProfessionalPropertySetDto profession(String profession)
profession
- Gets or sets the profession of the contactpublic String getProfession()
public void setProfession(String profession)
profession
- Gets or sets the profession of the contactCopyright © 2020. All rights reserved.