microsoft.exchange.webservices.data
Class ItemIdCollection
java.lang.Object
microsoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.ComplexPropertyCollection<ItemId>
microsoft.exchange.webservices.data.ItemIdCollection
- All Implemented Interfaces:
- Iterable<ItemId>
public final class ItemIdCollection
- extends ComplexPropertyCollection<ItemId>
Represents a collection of item Ids.
|
Constructor Summary |
protected |
ItemIdCollection()
Initializes a new instance of the class. |
| 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 |
ItemIdCollection
protected ItemIdCollection()
- Initializes a new instance of the class.
createComplexProperty
protected ItemId createComplexProperty(String xmlElementName)
- Creates the complex property.
- Specified by:
createComplexProperty in class ComplexPropertyCollection<ItemId>
- Parameters:
xmlElementName - Name of the XML element.
- Returns:
- ItemId.
getCollectionItemXmlElementName
protected String getCollectionItemXmlElementName(ItemId complexProperty)
- Gets the name of the collection item XML element.
- Specified by:
getCollectionItemXmlElementName in class ComplexPropertyCollection<ItemId>
- Parameters:
complexProperty - The complex property.
- Returns:
- XML element name.
Copyright © 2012. All Rights Reserved.