public final class RecurringAppointmentMasterId extends ItemId
Constructor and Description |
---|
RecurringAppointmentMasterId(String occurrenceId)
Represents the Id of an occurrence of a recurring appointment.
|
Modifier and Type | Method and Description |
---|---|
String |
getXmlElementName()
Gets the name of the XML element.
|
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes attribute to XML.
|
getItemIdFromString
assign, equals, getChangeKey, getUniqueId, hashCode, isValid, readAttributesFromXml, sameIdAndChangeKey, setChangeKey, setUniqueId, toString, writeToXml
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeElementsToXml, writeToXml, writeToXml
public RecurringAppointmentMasterId(String occurrenceId) throws Exception
occurrenceId
- the occurrence idException
- the exceptionpublic String getXmlElementName()
getXmlElementName
in class ItemId
public void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class ServiceId
writer
- the writerServiceXmlSerializationException
- the service xml serialization exceptionCopyright © 2012–2015 Microsoft. All rights reserved.