public final class PhoneCallId extends ComplexProperty
Modifier | Constructor and Description |
---|---|
|
PhoneCallId()
Initializes a new instance of the PhoneCallId class.
|
protected |
PhoneCallId(String id)
Initializes a new instance of the PhoneCallId class.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getId()
Gets the Id of the phone call.
|
void |
readAttributesFromXml(EwsServiceXmlReader reader)
Reads attribute from XML.
|
protected void |
setId(String id)
Sets the id.
|
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes attribute to XML.
|
protected void |
writeToXml(EwsServiceXmlWriter writer)
Writes to XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeElementsToXml, writeToXml, writeToXml
public PhoneCallId()
protected PhoneCallId(String id)
id
- the idpublic void readAttributesFromXml(EwsServiceXmlReader reader) throws Exception
readAttributesFromXml
in class ComplexProperty
reader
- the readerException
- the exceptionpublic void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class ComplexProperty
writer
- the writerServiceXmlSerializationException
- the service xml serialization exceptionprotected void writeToXml(EwsServiceXmlWriter writer) throws Exception
writer
- the writerException
- the exceptionCopyright © 2012–2015 Microsoft. All rights reserved.