|
|||||||||
| 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. |
Iterator<RuleError> |
iterator()
Gets an iterator that iterates through the elements of the collection. |
protected void |
setOperationByIndex(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, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, 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 Exception
tryReadElementFromXml in class ComplexPropertyreader - The reader.
Exceptionprotected void setOperationByIndex(Iterator<RuleOperation> operations)
public Iterator<RuleError> iterator()
iterator in interface Iterable<RuleError>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||