|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.search.ItemGroup<TItem>
TItem - the generic typepublic final class ItemGroup<TItem extends Item>
Represents a group of item as returned by grouped item search operations.
| Constructor Summary | |
|---|---|
ItemGroup(String groupIndex,
List<TItem> items)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
String |
getGroupIndex()
Gets an index identifying the group. |
Collection<TItem> |
getItems()
Gets a collection of the item in this group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemGroup(String groupIndex,
List<TItem> items)
groupIndex - the group indexitems - the item| Method Detail |
|---|
public String getGroupIndex()
public Collection<TItem> getItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||