public class MapiContactNamePropertySetDto extends Object
Constructor and Description |
---|
MapiContactNamePropertySetDto() |
MapiContactNamePropertySetDto(String displayName,
String displayNamePrefix,
String fileUnder,
Long fileUnderId,
String generation,
String givenName,
String initials,
String middleName,
String nickname,
String surname)
Initializes a new instance of the MapiContactNamePropertySetDto
|
Modifier and Type | Method and Description |
---|---|
MapiContactNamePropertySetDto |
displayName(String displayName)
Set displayName and return this.
|
MapiContactNamePropertySetDto |
displayNamePrefix(String displayNamePrefix)
Set displayNamePrefix and return this.
|
boolean |
equals(Object o) |
MapiContactNamePropertySetDto |
fileUnder(String fileUnder)
Set fileUnder and return this.
|
MapiContactNamePropertySetDto |
fileUnderId(Long fileUnderId)
Set fileUnderId and return this.
|
MapiContactNamePropertySetDto |
generation(String generation)
Set generation and return this.
|
String |
getDisplayName()
Full name of the contact
|
String |
getDisplayNamePrefix()
Title of the contact
|
String |
getFileUnder()
Name under which to file this contact when displaying a list of contacts
|
Long |
getFileUnderId()
Value specifying how to generate and recompute the property when other properties are changed
|
String |
getGeneration()
Generation suffix of the contact
|
String |
getGivenName()
Given name (first name) of the contact
|
String |
getInitials()
Initials of the contact
|
String |
getMiddleName()
Middle name of the contact
|
String |
getNickname()
Nickname of the contact
|
String |
getSurname()
Surname (family name) of the contact
|
MapiContactNamePropertySetDto |
givenName(String givenName)
Set givenName and return this.
|
int |
hashCode() |
MapiContactNamePropertySetDto |
initials(String initials)
Set initials and return this.
|
MapiContactNamePropertySetDto |
middleName(String middleName)
Set middleName and return this.
|
MapiContactNamePropertySetDto |
nickname(String nickname)
Set nickname and return this.
|
void |
setDisplayName(String displayName)
Set displayName.
|
void |
setDisplayNamePrefix(String displayNamePrefix)
Set displayNamePrefix.
|
void |
setFileUnder(String fileUnder)
Set fileUnder.
|
void |
setFileUnderId(Long fileUnderId)
Set fileUnderId.
|
void |
setGeneration(String generation)
Set generation.
|
void |
setGivenName(String givenName)
Set givenName.
|
void |
setInitials(String initials)
Set initials.
|
void |
setMiddleName(String middleName)
Set middleName.
|
void |
setNickname(String nickname)
Set nickname.
|
void |
setSurname(String surname)
Set surname.
|
MapiContactNamePropertySetDto |
surname(String surname)
Set surname and return this.
|
String |
toString() |
public MapiContactNamePropertySetDto()
public MapiContactNamePropertySetDto(String displayName, String displayNamePrefix, String fileUnder, Long fileUnderId, String generation, String givenName, String initials, String middleName, String nickname, String surname)
displayName
- Full name of the contactdisplayNamePrefix
- Title of the contactfileUnder
- Name under which to file this contact when displaying a list of contactsfileUnderId
- Value specifying how to generate and recompute the property when other properties are changedgeneration
- Generation suffix of the contactgivenName
- Given name (first name) of the contactinitials
- Initials of the contactmiddleName
- Middle name of the contactnickname
- Nickname of the contactsurname
- Surname (family name) of the contactpublic MapiContactNamePropertySetDto displayName(String displayName)
displayName
- Full name of the contactpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- Full name of the contactpublic MapiContactNamePropertySetDto displayNamePrefix(String displayNamePrefix)
displayNamePrefix
- Title of the contactpublic String getDisplayNamePrefix()
public void setDisplayNamePrefix(String displayNamePrefix)
displayNamePrefix
- Title of the contactpublic MapiContactNamePropertySetDto fileUnder(String fileUnder)
fileUnder
- Name under which to file this contact when displaying a list of contactspublic String getFileUnder()
public void setFileUnder(String fileUnder)
fileUnder
- Name under which to file this contact when displaying a list of contactspublic MapiContactNamePropertySetDto fileUnderId(Long fileUnderId)
fileUnderId
- Value specifying how to generate and recompute the property when other properties are changedpublic Long getFileUnderId()
public void setFileUnderId(Long fileUnderId)
fileUnderId
- Value specifying how to generate and recompute the property when other properties are changedpublic MapiContactNamePropertySetDto generation(String generation)
generation
- Generation suffix of the contactpublic String getGeneration()
public void setGeneration(String generation)
generation
- Generation suffix of the contactpublic MapiContactNamePropertySetDto givenName(String givenName)
givenName
- Given name (first name) of the contactpublic String getGivenName()
public void setGivenName(String givenName)
givenName
- Given name (first name) of the contactpublic MapiContactNamePropertySetDto initials(String initials)
initials
- Initials of the contactpublic String getInitials()
public void setInitials(String initials)
initials
- Initials of the contactpublic MapiContactNamePropertySetDto middleName(String middleName)
middleName
- Middle name of the contactpublic String getMiddleName()
public void setMiddleName(String middleName)
middleName
- Middle name of the contactpublic MapiContactNamePropertySetDto nickname(String nickname)
nickname
- Nickname of the contactpublic String getNickname()
public void setNickname(String nickname)
nickname
- Nickname of the contactpublic MapiContactNamePropertySetDto surname(String surname)
surname
- Surname (family name) of the contactpublic String getSurname()
public void setSurname(String surname)
surname
- Surname (family name) of the contactCopyright © 2020. All rights reserved.