public class MapiContactProfessionalPropertySetDtoBuilder extends Object
Constructor and Description |
---|
MapiContactProfessionalPropertySetDtoBuilder(MapiContactProfessionalPropertySetDto model) |
Modifier and Type | Method and Description |
---|---|
MapiContactProfessionalPropertySetDtoBuilder |
assistant(String assistant)
Set MapiContactProfessionalPropertySetDto.assistant and return builder.
|
MapiContactProfessionalPropertySetDto |
build()
Build MapiContactProfessionalPropertySetDto instance.
|
MapiContactProfessionalPropertySetDtoBuilder |
companyName(String companyName)
Set MapiContactProfessionalPropertySetDto.companyName and return builder.
|
MapiContactProfessionalPropertySetDtoBuilder |
departmentName(String departmentName)
Set MapiContactProfessionalPropertySetDto.departmentName and return builder.
|
MapiContactProfessionalPropertySetDtoBuilder |
managerName(String managerName)
Set MapiContactProfessionalPropertySetDto.managerName and return builder.
|
MapiContactProfessionalPropertySetDtoBuilder |
officeLocation(String officeLocation)
Set MapiContactProfessionalPropertySetDto.officeLocation and return builder.
|
MapiContactProfessionalPropertySetDtoBuilder |
profession(String profession)
Set MapiContactProfessionalPropertySetDto.profession and return builder.
|
MapiContactProfessionalPropertySetDtoBuilder |
title(String title)
Set MapiContactProfessionalPropertySetDto.title and return builder.
|
public MapiContactProfessionalPropertySetDtoBuilder(MapiContactProfessionalPropertySetDto model)
public MapiContactProfessionalPropertySetDto build()
public MapiContactProfessionalPropertySetDtoBuilder title(String title)
title
- Gets or sets the job title of the contactpublic MapiContactProfessionalPropertySetDtoBuilder companyName(String companyName)
companyName
- Gets or sets the company that employs the contactpublic MapiContactProfessionalPropertySetDtoBuilder departmentName(String departmentName)
departmentName
- Gets or sets the name of the department to which the contact belongspublic MapiContactProfessionalPropertySetDtoBuilder officeLocation(String officeLocation)
officeLocation
- Gets or sets the location of the office that the contact works inpublic MapiContactProfessionalPropertySetDtoBuilder managerName(String managerName)
managerName
- Gets or sets the name of the contact's managerpublic MapiContactProfessionalPropertySetDtoBuilder assistant(String assistant)
assistant
- Gets or sets the name of the contact's assistantpublic MapiContactProfessionalPropertySetDtoBuilder profession(String profession)
profession
- Gets or sets the profession of the contactCopyright © 2020. All rights reserved.