Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDtoBuilder.build()
Build MapiContactNamePropertySetDto instance.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.displayName(String displayName)
Set displayName and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.displayNamePrefix(String displayNamePrefix)
Set displayNamePrefix and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.fileUnder(String fileUnder)
Set fileUnder and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.fileUnderId(Long fileUnderId)
Set fileUnderId and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.generation(String generation)
Set generation and return this.
|
MapiContactNamePropertySetDto |
MapiContactDto.getNameInfo()
The properties are used to specify the name of the person represented by the contact.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.givenName(String givenName)
Set givenName and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.initials(String initials)
Set initials and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.middleName(String middleName)
Set middleName and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.nickname(String nickname)
Set nickname and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.surname(String surname)
Set surname and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiContactDto |
MapiContactDto.nameInfo(MapiContactNamePropertySetDto nameInfo)
Set nameInfo and return this.
|
MapiContactDtoBuilder |
MapiContactDtoBuilder.nameInfo(MapiContactNamePropertySetDto nameInfo)
Set MapiContactDto.nameInfo and return builder.
|
void |
MapiContactDto.setNameInfo(MapiContactNamePropertySetDto nameInfo)
Set nameInfo.
|
Copyright © 2020. All rights reserved.