public class ItemIdWrapperList extends Object implements Iterable<microsoft.exchange.webservices.data.misc.AbstractItemIdWrapper>
Constructor and Description |
---|
ItemIdWrapperList()
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
add(Item item)
Adds the specified item.
|
protected void |
add(ItemId itemId)
Adds the specified item id.
|
void |
addRange(Iterable<ItemId> itemIds)
Adds the range.
|
void |
addRangeItem(Iterable<Item> items)
Adds the specified item.
|
int |
getCount()
Gets the count.
|
Item |
getItemIdWrapperList(int i)
Gets the item at the specified index.
|
Iterator<microsoft.exchange.webservices.data.misc.AbstractItemIdWrapper> |
iterator()
Gets an Iterator that iterates through the elements of the collection.
|
void |
writeToXml(EwsServiceXmlWriter writer,
XmlNamespace ewsNamesapce,
String xmlElementName)
Writes to XML.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ItemIdWrapperList()
protected void add(Item item) throws ServiceLocalException
item
- the itemServiceLocalException
- the service local exceptionpublic void addRangeItem(Iterable<Item> items) throws ServiceLocalException
items
- the itemServiceLocalException
- the service local exceptionpublic void addRange(Iterable<ItemId> itemIds)
itemIds
- the item idspublic void writeToXml(EwsServiceXmlWriter writer, XmlNamespace ewsNamesapce, String xmlElementName) throws Exception
writer
- the writerewsNamesapce
- the ews namesapcexmlElementName
- the xml element nameException
- the exceptionpublic int getCount()
public Item getItemIdWrapperList(int i)
i
- the iCopyright © 2012–2015 Microsoft. All rights reserved.