Class RecurringAppointmentMasterId
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.property.complex.ServiceId
-
- microsoft.exchange.webservices.data.property.complex.ItemId
-
- microsoft.exchange.webservices.data.property.complex.RecurringAppointmentMasterId
-
- All Implemented Interfaces:
ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>
public final class RecurringAppointmentMasterId extends ItemId
Represents the Id of an occurrence of a recurring appointment.
-
-
Constructor Summary
Constructors Constructor Description RecurringAppointmentMasterId(String occurrenceId)Represents the Id of an occurrence of a recurring appointment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetXmlElementName()Gets the name of the XML element.voidwriteAttributesToXml(EwsServiceXmlWriter writer)Writes attribute to XML.-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.ItemId
getItemIdFromString
-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.ServiceId
assign, equals, getChangeKey, getUniqueId, hashCode, isValid, readAttributesFromXml, sameIdAndChangeKey, setChangeKey, setUniqueId, toString, writeToXml
-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeElementsToXml, writeToXml, writeToXml
-
-
-
-
Constructor Detail
-
RecurringAppointmentMasterId
public RecurringAppointmentMasterId(String occurrenceId) throws Exception
Represents the Id of an occurrence of a recurring appointment.- Parameters:
occurrenceId- the occurrence id- Throws:
Exception- the exception
-
-
Method Detail
-
getXmlElementName
public String getXmlElementName()
Gets the name of the XML element.- Overrides:
getXmlElementNamein classItemId- Returns:
- XML element name.
-
writeAttributesToXml
public void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
Writes attribute to XML.- Overrides:
writeAttributesToXmlin classServiceId- Parameters:
writer- the writer- Throws:
ServiceXmlSerializationException- the service xml serialization exception
-
-