public final class RuleOperationError extends ComplexProperty implements Iterable<RuleError>
Modifier | Constructor and Description |
---|---|
protected |
RuleOperationError()
Initializes a new instance of the RuleOperationError class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setOperationByIndex(Iterator<RuleOperation> operations)
Set operation property by the index of a given opeation enumerator.
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXml
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected RuleOperationError()
public RuleOperation getOperation()
public int getCount()
public RuleError getRuleError(int index) throws ArgumentOutOfRangeException
ArgumentOutOfRangeException
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml
in class ComplexProperty
reader
- The reader.Exception
public void setOperationByIndex(Iterator<RuleOperation> operations)
Copyright © 2012–2015 Microsoft. All rights reserved.