Constructor and Description |
---|
FindFoldersResults()
Initializes a new instance of the
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Folder> |
getFolders()
Gets a collection containing the folder that were found by the search
operation.
|
Integer |
getNextPageOffset()
Gets the offset that should be used with FolderView to retrieve the next
page of folder in a FindFolders operation.
|
int |
getTotalCount()
Gets the total number of folder matching the search criteria available
in the searched folder.
|
boolean |
isMoreAvailable()
Gets a value indicating whether more folder matching the search
criteria. are available in the searched folder.
|
Iterator<Folder> |
iterator()
Returns an iterator that iterates through a collection.
|
void |
setMoreAvailable(boolean moreAvailable)
Sets a value indicating whether more folder matching the search
criteria. are available in the searched folder.
|
void |
setNextPageOffset(Integer nextPageOffset)
Sets the offset that should be used with FolderView to retrieve the next
page of folder in a FindFolders operation.
|
void |
setTotalCount(int totalCount)
Sets the total number of folder.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public FindFoldersResults()
public int getTotalCount()
public void setTotalCount(int totalCount)
totalCount
- the new total countpublic 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<Folder> getFolders()
Copyright © 2012–2015 Microsoft. All rights reserved.