microsoft.exchange.webservices.data
Class DeletedOccurrenceInfoCollection
java.lang.Object
microsoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ComplexPropertyCollection<DeletedOccurrenceInfo>
microsoft.exchange.webservices.data.DeletedOccurrenceInfoCollection
- All Implemented Interfaces:
- Iterable<DeletedOccurrenceInfo>
public final class DeletedOccurrenceInfoCollection
- extends ComplexPropertyCollection<DeletedOccurrenceInfo>
Represents a collection of deleted occurrence objects.
| Methods inherited from class microsoft.exchange.webservices.data.ComplexPropertyCollection |
clearChangeLog, complexPropertyChanged, contains, getAddedItems, getCount, getItems, getModifiedItems, getPropertyAtIndex, getRemovedItems, indexOf, internalAdd, internalClear, internalRemove, internalRemoveAt, itemChanged, iterator, loadFromXml, loadFromXml, removeFromChangeLog, shouldWriteToXml, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, getNamespace, internalValidate, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, validate, writeAttributesToXml, writeToXml |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeletedOccurrenceInfoCollection
protected DeletedOccurrenceInfoCollection()
- Initializes a new instance of the OccurrenceInfoCollection class.
createComplexProperty
protected DeletedOccurrenceInfo createComplexProperty(String xmlElementName)
- * Creates the complex property.
- Specified by:
createComplexProperty in class ComplexPropertyCollection<DeletedOccurrenceInfo>
- Parameters:
xmlElementName - the xml element name
- Returns:
- OccurenceInfo instance.
getCollectionItemXmlElementName
protected String getCollectionItemXmlElementName(DeletedOccurrenceInfo complexProperty)
- * Gets the name of the collection item XML element.
- Specified by:
getCollectionItemXmlElementName in class ComplexPropertyCollection<DeletedOccurrenceInfo>
- Parameters:
complexProperty - the complex property
- Returns:
- XML element name.
Copyright © 2012. All Rights Reserved.