|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ItemGroup<TItem>
TItem - the generic typepublic final class ItemGroup<TItem extends Item>
Represents a group of items as returned by grouped item search operations.
| Constructor Summary | |
|---|---|
protected |
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 items in this group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ItemGroup(String groupIndex,
List<TItem> items)
groupIndex - the group indexitems - the items| 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 | ||||||||