public final class CompleteName extends ComplexProperty
Constructor and Description |
---|
CompleteName() |
Modifier and Type | Method and Description |
---|---|
String |
getFullName()
Gets the full name of the contact.
|
String |
getGivenName()
Gets the given name (first name) of the contact.
|
String |
getInitials()
Gets the initials of the contact.
|
String |
getMiddleName()
Gets the middle name of the contact.
|
String |
getNickname()
Gets the nickname of the contact.
|
String |
getSuffix()
Gets the suffix of the contact.
|
String |
getSurname()
Gets the surname (last name) of the contact.
|
String |
getTitle()
Gets the contact's title.
|
String |
getYomiGivenName()
Gets the Yomi given name (first name) of the contact.
|
String |
getYomiSurname()
Gets the Yomi surname (last name) of the contact.
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes the elements to XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml
public CompleteName()
public String getGivenName()
public String getMiddleName()
public String getSurname()
public String getInitials()
public String getFullName()
public String getNickname()
public String getYomiGivenName()
public String getYomiSurname()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class ComplexProperty
reader
- The reader.Exception
- the exceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws Exception
writeElementsToXml
in class ComplexProperty
writer
- accepts EwsServiceXmlWriterException
- throws ExceptionCopyright © 2012–2015 Microsoft. All rights reserved.