|
||||||||
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.RuleOperationError
public final class RuleOperationError
Defines the RuleOperationError class.
Constructor Summary | |
---|---|
protected |
RuleOperationError()
Initializes a new instance of the RuleOperationError class. |
Method Summary | |
---|---|
int |
getCount()
Gets the number of rule errors in the list. |
RuleOperation |
getOperation()
Gets the operation that resulted in an error. |
RuleError |
getRuleError(int index)
Gets the rule error at the specified index. |
java.util.Iterator<RuleError> |
iterator()
Gets an iterator that iterates through the elements of the collection. |
protected void |
setOperationByIndex(java.util.Iterator<RuleOperation> operations)
Set operation property by the index of a given opeation enumerator. |
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 RuleOperationError()
Method Detail |
---|
public RuleOperation getOperation()
public int getCount()
public RuleError getRuleError(int index) throws ArgumentOutOfRangeException
ArgumentOutOfRangeException
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- The reader.
java.lang.Exception
protected void setOperationByIndex(java.util.Iterator<RuleOperation> operations)
public java.util.Iterator<RuleError> iterator()
iterator
in interface java.lang.Iterable<RuleError>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |