|
||||||||
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.RuleCollection
public final class RuleCollection
Represents a collection of rules.
Constructor Summary | |
---|---|
protected |
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. |
java.util.Iterator<Rule> |
iterator()
Get an enumerator for the collection |
protected void |
setOutlookRuleBlobExists(boolean value)
|
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read element from XML. |
Methods inherited from class microsoft.exchange.webservices.data.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 |
---|
protected RuleCollection()
Method Detail |
---|
public boolean getOutlookRuleBlobExists()
protected void setOutlookRuleBlobExists(boolean value)
public int getCount()
public Rule getRule(int index) throws ArgumentOutOfRangeException
index
- The index of the rule to get.
ArgumentOutOfRangeException
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- The reader.
java.lang.Exception
public java.util.Iterator<Rule> iterator()
iterator
in interface java.lang.Iterable<Rule>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |