Class ItemGroup<TItem extends Item>
- java.lang.Object
-
- microsoft.exchange.webservices.data.search.ItemGroup<TItem>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupIndex()Gets an index identifying the group.Collection<TItem>getItems()Gets a collection of the item in this group.
-
-
-
Method Detail
-
getGroupIndex
public String getGroupIndex()
Gets an index identifying the group.- Returns:
- the group index
-
getItems
public Collection<TItem> getItems()
Gets a collection of the item in this group.- Returns:
- the item
-
-