Class DeletedOccurrenceInfo
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.property.complex.DeletedOccurrenceInfo
-
- All Implemented Interfaces:
ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>
public class DeletedOccurrenceInfo extends ComplexProperty
Encapsulates information on the deleted occurrence of a recurring appointment.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeletedOccurrenceInfo()Initializes a new instance of the "DeletedOccurrenceInfo" class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetOriginalStart()Gets the original start date and time of the deleted 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
-
DeletedOccurrenceInfo
protected DeletedOccurrenceInfo()
Initializes a new instance of the "DeletedOccurrenceInfo" 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 element was read.
- Throws:
Exception- the exception
-
getOriginalStart
public Date getOriginalStart()
Gets the original start date and time of the deleted occurrence.- Returns:
- the original start
-
-