|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.FindItemsResults<TItem>
TItem
- The type of item returned by the search operation.public final class FindItemsResults<TItem extends Item>
Represents the results of an item search operation.
Constructor Summary | |
---|---|
protected |
FindItemsResults()
Initializes a new instance of the FindItemsResults class. |
Method Summary | |
---|---|
java.util.ArrayList<TItem> |
getItems()
Gets a collection containing the items that were found by the search operation. |
java.lang.Integer |
getNextPageOffset()
Gets the offset that should be used with ItemView to retrieve the next page of items in a FindItems operation. |
int |
getTotalCount()
Gets the total number of items matching the search criteria available in the searched folder. |
boolean |
isMoreAvailable()
Gets a value indicating whether more items matching the search criteria are available in the searched folder. |
java.util.Iterator<Item> |
iterator()
Returns an iterator that iterates through the collection. |
protected void |
setMoreAvailable(boolean moreAvailable)
Sets a value indicating whether more items matching the search criteria are available in the searched folder. |
protected void |
setNextPageOffset(java.lang.Integer nextPageOffset)
Sets the offset that should be used with ItemView to retrieve the next page of items in a FindItems operation. |
protected void |
setTotalCount(int totalCount)
Sets the total number of items 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 |
---|
protected FindItemsResults()
Method Detail |
---|
public int getTotalCount()
protected void setTotalCount(int totalCount)
totalCount
- the new total countpublic java.lang.Integer getNextPageOffset()
protected void setNextPageOffset(java.lang.Integer nextPageOffset)
nextPageOffset
- the new next page offsetpublic boolean isMoreAvailable()
protected void setMoreAvailable(boolean moreAvailable)
moreAvailable
- the new more availablepublic java.util.ArrayList<TItem> getItems()
public java.util.Iterator<Item> iterator()
iterator
in interface java.lang.Iterable<Item>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |