|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.misc.ItemIdWrapperList
public class ItemIdWrapperList
Represents a list a abstracted item Ids.
| Constructor Summary | |
|---|---|
ItemIdWrapperList()
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemIdWrapperList()
| Method Detail |
|---|
protected void add(Item item)
throws ServiceLocalException
item - the item
ServiceLocalException - the service local exception
public void addRangeItem(Iterable<Item> items)
throws ServiceLocalException
items - the item
ServiceLocalException - the service local exceptionpublic void addRange(Iterable<ItemId> itemIds)
itemIds - the item idsprotected void add(ItemId itemId)
itemId - the item id
public void writeToXml(EwsServiceXmlWriter writer,
XmlNamespace ewsNamesapce,
String xmlElementName)
throws Exception
writer - the writerewsNamesapce - the ews namesapcexmlElementName - the xml element name
Exception - the exceptionpublic int getCount()
public Item getItemIdWrapperList(int i)
i - the i
public Iterator<microsoft.exchange.webservices.data.misc.AbstractItemIdWrapper> iterator()
iterator in interface Iterable<microsoft.exchange.webservices.data.misc.AbstractItemIdWrapper>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||