public final class ImAddressEntry extends DictionaryEntryProperty<ImAddressKey>
Modifier | Constructor and Description |
---|---|
protected |
ImAddressEntry()
Initializes a new instance of the "ImAddressEntry" class.
|
protected |
ImAddressEntry(ImAddressKey key,
String imAddress)
Initializes a new instance of the ="ImAddressEntry" class.
|
Modifier and Type | Method and Description |
---|---|
String |
getImAddress()
Gets the Instant Messaging address of the entry.
|
void |
readTextValueFromXml(EwsServiceXmlReader reader)
Reads the text value from XML.
|
void |
setImAddress(Object value)
Sets the Instant Messaging address of the entry.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML.
|
getKey, readAttributesFromXml, setKey, writeAttributesToXml, writeDeleteUpdateToXml, writeSetUpdateToXml
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeToXml, writeToXml
protected ImAddressEntry()
protected ImAddressEntry(ImAddressKey key, String imAddress)
key
- The key.imAddress
- The im address.public String getImAddress()
public void setImAddress(Object value)
value
- the new im addresspublic void readTextValueFromXml(EwsServiceXmlReader reader) throws XMLStreamException, ServiceXmlDeserializationException
readTextValueFromXml
in class ComplexProperty
reader
- accepts EwsServiceXmlReaderXMLStreamException
- the XML stream exceptionServiceXmlDeserializationException
- the service xml deserialization exceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeElementsToXml
in class ComplexProperty
writer
- The writer.ServiceXmlSerializationException
- the service xml serialization exceptionCopyright © 2012–2015 Microsoft. All rights reserved.