|
||||||||
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(java.lang.String groupIndex,
java.util.List<TItem> items)
Initializes a new instance of the class. |
Method Summary | |
---|---|
java.lang.String |
getGroupIndex()
Gets an index identifying the group. |
java.util.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(java.lang.String groupIndex, java.util.List<TItem> items)
groupIndex
- the group indexitems
- the itemsMethod Detail |
---|
public java.lang.String getGroupIndex()
public java.util.Collection<TItem> getItems()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |