microsoft.exchange.webservices.data
Class DeletedOccurrenceInfo
java.lang.Object
microsoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.DeletedOccurrenceInfo
public class DeletedOccurrenceInfo
- extends ComplexProperty
Encapsulates information on the deleted occurrence of a recurring
appointment.
|
Constructor Summary |
protected |
DeletedOccurrenceInfo()
Initializes a new instance of the "DeletedOccurrenceInfo" class. |
|
Method Summary |
Date |
getOriginalStart()
Gets the original start date and time of the deleted occurrence. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read element from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeletedOccurrenceInfo
protected DeletedOccurrenceInfo()
- Initializes a new instance of the "DeletedOccurrenceInfo" class.
tryReadElementFromXml
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
- Tries to read element from XML.
- Overrides:
tryReadElementFromXml in class ComplexProperty
- 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
Copyright © 2012. All Rights Reserved.