|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.FindFoldersResults
public final class FindFoldersResults
Represents the results of a folder search operation.
| Constructor Summary | |
|---|---|
protected |
FindFoldersResults()
Initializes a new instance of the |
| Method Summary | |
|---|---|
ArrayList<Folder> |
getFolders()
Gets a collection containing the folders that were found by the search operation. |
Integer |
getNextPageOffset()
Gets the offset that should be used with FolderView to retrieve the next page of folders in a FindFolders operation. |
int |
getTotalCount()
Gets the total number of folders matching the search criteria available in the searched folder. |
boolean |
isMoreAvailable()
Gets a value indicating whether more folders matching the search criteria. |
Iterator<Folder> |
iterator()
Returns an iterator that iterates through a collection. |
protected void |
setMoreAvailable(boolean moreAvailable)
Sets a value indicating whether more folders matching the search criteria. |
protected void |
setNextPageOffset(Integer nextPageOffset)
Sets the offset that should be used with FolderView to retrieve the next page of folders in a FindFolders operation. |
protected void |
setTotalCount(int totalCount)
Sets the total number of folders. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FindFoldersResults()
| Method Detail |
|---|
public int getTotalCount()
protected void setTotalCount(int totalCount)
totalCount - the new total countpublic Integer getNextPageOffset()
protected void setNextPageOffset(Integer nextPageOffset)
nextPageOffset - the new next page offsetpublic boolean isMoreAvailable()
protected void setMoreAvailable(boolean moreAvailable)
moreAvailable - the new more availablepublic ArrayList<Folder> getFolders()
public Iterator<Folder> iterator()
iterator in interface Iterable<Folder>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||