|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.property.complex.ComplexProperty
microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
public final class SearchFolderParameters
Represents the parameters associated with a search folder.
| Constructor Summary | |
|---|---|
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 folder 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. |
void |
readAttributesFromXml(EwsServiceXmlReader reader)
Reads the attribute from XML. |
void |
setSearchFilter(SearchFilter searchFilter)
Sets the search filter. |
void |
setTraversal(SearchFolderTraversal traversal)
Sets the traversal. |
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
void |
validate()
Validates this instance. |
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML. |
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.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 |
|---|
public SearchFolderParameters()
| Method Detail |
|---|
public void complexPropertyChanged(ComplexProperty complexProperty)
complexPropertyChanged in interface IComplexPropertyChangedDelegatecomplexProperty - the complex property
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - the reader
Exception - the exception
public void readAttributesFromXml(EwsServiceXmlReader reader)
throws Exception
readAttributesFromXml in class ComplexPropertyreader - the reader
Exception - the exception
public void writeAttributesToXml(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class ComplexPropertywriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
public void writeElementsToXml(EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ComplexPropertywriter - the writer
Exception - the exception
public void validate()
throws Exception
validate in interface ISelfValidatevalidate in class ComplexPropertyExceptionpublic 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 | |||||||||