|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ViewBase
microsoft.exchange.webservices.data.PagedView
microsoft.exchange.webservices.data.FolderView
public final class FolderView
Represents the view settings in a folder search operation.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
protected ServiceObjectType |
getServiceObjectType()
Gets the type of service object this view applies to. |
FolderTraversal |
getTraversal()
Gets the search traversal mode. |
protected java.lang.String |
getViewXmlElementName()
Gets the name of the view XML element. |
void |
setTraversal(FolderTraversal traversal)
Sets the search traversal mode. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes the attributes to XML. |
Methods inherited from class microsoft.exchange.webservices.data.PagedView |
---|
getMaxEntriesReturned, getOffset, getOffsetBasePoint, getPageSize, internalValidate, internalWriteSearchSettingsToXml, internalWriteViewToXml, setOffset, setOffsetBasePoint, setPageSize, writeOrderByToXml |
Methods inherited from class microsoft.exchange.webservices.data.ViewBase |
---|
getPropertySet, getPropertySetOrDefault, setPropertySet, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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.Method Detail |
---|
protected java.lang.String getViewXmlElementName()
getViewXmlElementName
in class ViewBase
protected ServiceObjectType getServiceObjectType()
getServiceObjectType
in class ViewBase
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
writeAttributesToXml
in class ViewBase
writer
- The writerpublic FolderTraversal getTraversal()
public void setTraversal(FolderTraversal traversal)
traversal
- the new traversal
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |