Class OccurrenceInfo
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.property.complex.OccurrenceInfo
-
- All Implemented Interfaces:
ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>
public final class OccurrenceInfo extends ComplexProperty
Encapsulates information on the occurrence of a recurring appointment.
-
-
Constructor Summary
Constructors Constructor Description OccurrenceInfo()Initializes a new instance of the OccurrenceInfo class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetEnd()Gets the end date and time of the occurrence.ItemIdgetItemId()Gets the Id of the occurrence.DategetOriginalStart()Gets the original start date and time of the occurrence.DategetStart()Gets the start date and time of the occurrence.booleantryReadElementFromXml(EwsServiceXmlReader reader)Tries to read element from XML.-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml
-
-
-
-
Constructor Detail
-
OccurrenceInfo
public OccurrenceInfo()
Initializes a new instance of the OccurrenceInfo class.
-
-
Method Detail
-
tryReadElementFromXml
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
Tries to read element from XML.- Overrides:
tryReadElementFromXmlin classComplexProperty- Parameters:
reader- the reader- Returns:
- true, if successful
- Throws:
Exception- the exception
-
getOriginalStart
public Date getOriginalStart()
Gets the original start date and time of the occurrence.- Returns:
- the original start
-
-