public final class FolderView extends PagedView
| Constructor and Description |
|---|
FolderView(int pageSize)
Initializes a new instance of the FolderView class.
|
FolderView(int pageSize,
int offset)
Initializes a new instance of the FolderView class.
|
FolderView(int pageSize,
int offset,
OffsetBasePoint offsetBasePoint)
Initializes a new instance of the FolderView class.
|
| Modifier and Type | Method and Description |
|---|---|
protected ServiceObjectType |
getServiceObjectType()
Gets the type of service object this view applies to.
|
FolderTraversal |
getTraversal()
Gets the search traversal mode.
|
protected String |
getViewXmlElementName()
Gets the name of the view XML element.
|
void |
setTraversal(FolderTraversal traversal)
Sets the search traversal mode.
|
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML.
|
getMaxEntriesReturned, getOffset, getOffsetBasePoint, getPageSize, internalValidate, internalWriteSearchSettingsToXml, internalWriteViewToXml, setOffset, setOffsetBasePoint, setPageSize, writeOrderByToXmlgetPropertySet, getPropertySetOrDefault, setPropertySet, writeToXmlpublic FolderView(int pageSize)
pageSize - The maximum number of elements the search operation should
return.public FolderView(int pageSize, int offset)
pageSize - The maximum number of elements the search operation should
return.offset - The offset of the view from the base point.public FolderView(int pageSize, int offset, OffsetBasePoint offsetBasePoint)
pageSize - The maximum number of elements the search operation should
return.offset - The offset of the view from the base point.offsetBasePoint - The base point of the offset.protected String getViewXmlElementName()
getViewXmlElementName in class ViewBaseprotected ServiceObjectType getServiceObjectType()
getServiceObjectType in class ViewBasepublic void writeAttributesToXml(EwsServiceXmlWriter writer)
writeAttributesToXml in class ViewBasewriter - The writerpublic FolderTraversal getTraversal()
public void setTraversal(FolderTraversal traversal)
traversal - the new traversalCopyright © 2012–2015 Microsoft. All rights reserved.