|
||||||||||
| 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.RuleCollection
public final class RuleCollection
Represents a collection of rules.
| Constructor Summary | |
|---|---|
RuleCollection()
Initializes a new instance of the RuleCollection class. |
|
| Method Summary | |
|---|---|
int |
getCount()
Gets the number of rules in this collection. |
boolean |
getOutlookRuleBlobExists()
Gets a value indicating whether an Outlook rule blob exists in the user's mailbox. |
Rule |
getRule(int index)
Gets the rule at the specified index in the collection. |
Iterator<Rule> |
iterator()
Get an enumerator for the collection |
void |
setOutlookRuleBlobExists(boolean value)
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleCollection()
| Method Detail |
|---|
public boolean getOutlookRuleBlobExists()
public void setOutlookRuleBlobExists(boolean value)
public int getCount()
public Rule getRule(int index)
throws ArgumentOutOfRangeException
index - The index of the rule to get.
ArgumentOutOfRangeException
public boolean tryReadElementFromXml(EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - The reader.
Exceptionpublic Iterator<Rule> iterator()
iterator in interface Iterable<Rule>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||