|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.search.GroupedFindItemsResults<TItem>
TItem - The type of item returned by the search operation.public final class GroupedFindItemsResults<TItem extends Item>
Represents the results of an item search operation.
| Constructor Summary | |
|---|---|
GroupedFindItemsResults()
Initializes a new instance of the GroupedFindItemsResults class. |
|
| Method Summary | |
|---|---|
ArrayList<ItemGroup<TItem>> |
getItemGroups()
Gets the item groups returned by the search operation. |
Integer |
getNextPageOffset()
Gets the offset that should be used with ItemView to retrieve the next page of item in a FindItems operation. |
int |
getTotalCount()
Gets the total number of item matching the search criteria available in the searched folder. |
boolean |
isMoreAvailable()
Gets a value indicating whether more item corresponding to the search criteria are available in the searched folder. |
Iterator<ItemGroup<TItem>> |
iterator()
Returns an iterator that iterates through the collection. |
void |
setMoreAvailable(boolean moreAvailable)
Sets a value indicating whether more item corresponding to the search criteria are available in the searched folder. |
void |
setNextPageOffset(Integer nextPageOffset)
Sets the offset that should be used with ItemView to retrieve the next page of item in a FindItems operation. |
void |
setTotalCount(int totalCount)
Gets the total number of item matching the search criteria available in the searched folder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupedFindItemsResults()
| Method Detail |
|---|
public int getTotalCount()
public void setTotalCount(int totalCount)
totalCount - Total number of itempublic Integer getNextPageOffset()
public void setNextPageOffset(Integer nextPageOffset)
nextPageOffset - the new next page offsetpublic boolean isMoreAvailable()
public void setMoreAvailable(boolean moreAvailable)
moreAvailable - the new more availablepublic ArrayList<ItemGroup<TItem>> getItemGroups()
public Iterator<ItemGroup<TItem>> iterator()
iterator in interface Iterable<ItemGroup<TItem extends Item>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||