|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.SearchFolderParameters
public final class SearchFolderParameters
Represents the parameters associated with a search folder.
Constructor Summary | |
---|---|
protected |
SearchFolderParameters()
Initializes a new instance of the SearchFolderParameters class. |
Method Summary | |
---|---|
void |
complexPropertyChanged(ComplexProperty complexProperty)
Complex property changed. |
FolderIdCollection |
getRootFolderIds()
Gets the list of root folders the search folder searches in. |
SearchFilter |
getSearchFilter()
Gets the search filter associated with the search folder. |
SearchFolderTraversal |
getTraversal()
* Gets the traversal mode for the search folder. |
protected void |
readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Reads the attributes from XML. |
void |
setSearchFilter(SearchFilter searchFilter)
Sets the search filter. |
void |
setTraversal(SearchFolderTraversal traversal)
Sets the traversal. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Tries to read element from XML. |
void |
validate()
* Validates this instance. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes the attributes to XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
* Writes elements to XML. |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, writeToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SearchFolderParameters()
Method Detail |
---|
public void complexPropertyChanged(ComplexProperty complexProperty)
complexProperty
- the complex propertyprotected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- the reader
java.lang.Exception
- the exceptionprotected void readAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
readAttributesFromXml
in class ComplexProperty
reader
- the reader
java.lang.Exception
- the exceptionprotected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class ComplexProperty
writer
- the writer
ServiceXmlSerializationException
- the service xml serialization exceptionprotected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws java.lang.Exception
writeElementsToXml
in class ComplexProperty
writer
- the writer
java.lang.Exception
- the exceptionpublic void validate() throws java.lang.Exception
validate
in class ComplexProperty
java.lang.Exception
public SearchFolderTraversal getTraversal()
public void setTraversal(SearchFolderTraversal traversal)
traversal
- the new traversalpublic FolderIdCollection getRootFolderIds()
public SearchFilter getSearchFilter()
public void setSearchFilter(SearchFilter searchFilter)
searchFilter
- the new search filter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |