public class MapiContactPersonalInfoPropertySetDtoBuilder extends Object
Constructor and Description |
---|
MapiContactPersonalInfoPropertySetDtoBuilder(MapiContactPersonalInfoPropertySetDto model) |
Modifier and Type | Method and Description |
---|---|
MapiContactPersonalInfoPropertySetDtoBuilder |
account(String account)
Set MapiContactPersonalInfoPropertySetDto.account and return builder.
|
MapiContactPersonalInfoPropertySetDto |
build()
Build MapiContactPersonalInfoPropertySetDto instance.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
businessHomePage(String businessHomePage)
Set MapiContactPersonalInfoPropertySetDto.businessHomePage and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
children(List<String> children)
Set MapiContactPersonalInfoPropertySetDto.children and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
computerNetworkName(String computerNetworkName)
Set MapiContactPersonalInfoPropertySetDto.computerNetworkName and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
customerId(String customerId)
Set MapiContactPersonalInfoPropertySetDto.customerId and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
freeBusyLocation(String freeBusyLocation)
Set MapiContactPersonalInfoPropertySetDto.freeBusyLocation and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
ftpSite(String ftpSite)
Set MapiContactPersonalInfoPropertySetDto.ftpSite and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
gender(String gender)
Set MapiContactPersonalInfoPropertySetDto.gender and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
governmentIdNumber(String governmentIdNumber)
Set MapiContactPersonalInfoPropertySetDto.governmentIdNumber and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
hobbies(String hobbies)
Set MapiContactPersonalInfoPropertySetDto.hobbies and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
html(String html)
Set MapiContactPersonalInfoPropertySetDto.html and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
instantMessagingAddress(String instantMessagingAddress)
Set MapiContactPersonalInfoPropertySetDto.instantMessagingAddress and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
language(String language)
Set MapiContactPersonalInfoPropertySetDto.language and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
location(String location)
Set MapiContactPersonalInfoPropertySetDto.location and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
notes(String notes)
Set MapiContactPersonalInfoPropertySetDto.notes and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
organizationalIdNumber(String organizationalIdNumber)
Set MapiContactPersonalInfoPropertySetDto.organizationalIdNumber and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
personalHomePage(String personalHomePage)
Set MapiContactPersonalInfoPropertySetDto.personalHomePage and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
referredByName(String referredByName)
Set MapiContactPersonalInfoPropertySetDto.referredByName and return builder.
|
MapiContactPersonalInfoPropertySetDtoBuilder |
spouseName(String spouseName)
Set MapiContactPersonalInfoPropertySetDto.spouseName and return builder.
|
public MapiContactPersonalInfoPropertySetDtoBuilder(MapiContactPersonalInfoPropertySetDto model)
public MapiContactPersonalInfoPropertySetDto build()
public MapiContactPersonalInfoPropertySetDtoBuilder spouseName(String spouseName)
spouseName
- Specifies the name of the contact's spouse/partnerpublic MapiContactPersonalInfoPropertySetDtoBuilder personalHomePage(String personalHomePage)
personalHomePage
- Specifies the contact's personal web page URLpublic MapiContactPersonalInfoPropertySetDtoBuilder language(String language)
language
- Specifies the language that the contact usespublic MapiContactPersonalInfoPropertySetDtoBuilder notes(String notes)
notes
- Specifies the additional notespublic MapiContactPersonalInfoPropertySetDtoBuilder hobbies(String hobbies)
hobbies
- Specifies the hobbies of the contactpublic MapiContactPersonalInfoPropertySetDtoBuilder location(String location)
location
- Specifies the location of the contactpublic MapiContactPersonalInfoPropertySetDtoBuilder instantMessagingAddress(String instantMessagingAddress)
instantMessagingAddress
- Specifies the contact's instant messaging addresspublic MapiContactPersonalInfoPropertySetDtoBuilder organizationalIdNumber(String organizationalIdNumber)
organizationalIdNumber
- Specifies an organizational ID number for the contactpublic MapiContactPersonalInfoPropertySetDtoBuilder customerId(String customerId)
customerId
- Specifies the contact's customer ID numberpublic MapiContactPersonalInfoPropertySetDtoBuilder governmentIdNumber(String governmentIdNumber)
governmentIdNumber
- Specifies the contact's government ID numberpublic MapiContactPersonalInfoPropertySetDtoBuilder freeBusyLocation(String freeBusyLocation)
freeBusyLocation
- Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal filepublic MapiContactPersonalInfoPropertySetDtoBuilder account(String account)
account
- Specifies the account name of the contactpublic MapiContactPersonalInfoPropertySetDtoBuilder html(String html)
html
- Specifies the contact's business web page URLpublic MapiContactPersonalInfoPropertySetDtoBuilder businessHomePage(String businessHomePage)
businessHomePage
- Specifies the contact's business web page URLpublic MapiContactPersonalInfoPropertySetDtoBuilder ftpSite(String ftpSite)
ftpSite
- Specifies the contact's File Transfer Protocol (FTP) URLpublic MapiContactPersonalInfoPropertySetDtoBuilder computerNetworkName(String computerNetworkName)
computerNetworkName
- Specifies the name of the network to which the contact's computer is connectedpublic MapiContactPersonalInfoPropertySetDtoBuilder gender(String gender)
gender
- Gender of the contact Enum, available values: Unspecified, Female, Malepublic MapiContactPersonalInfoPropertySetDtoBuilder referredByName(String referredByName)
referredByName
- Specifies the name of the person who referred this contact to the userpublic MapiContactPersonalInfoPropertySetDtoBuilder children(List<String> children)
children
- Contains a list of names of children.Copyright © 2020. All rights reserved.