|
||||||||
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.ComplexPropertyCollection<RuleOperationError>
microsoft.exchange.webservices.data.RuleOperationErrorCollection
public final class RuleOperationErrorCollection
Represents a collection of rule operation errors.
Constructor Summary | |
---|---|
protected |
RuleOperationErrorCollection()
Initializes a new instance of the |
Method Summary | |
---|---|
protected RuleOperationError |
createComplexProperty(java.lang.String xmlElementName)
Creates an RuleOperationError object from an XML element name. |
protected java.lang.String |
getCollectionItemXmlElementName(RuleOperationError operationError)
Retrieves the XML element name corresponding to the provided RuleOperationError object. |
Methods inherited from class microsoft.exchange.webservices.data.ComplexPropertyCollection |
---|
clearChangeLog, complexPropertyChanged, contains, getAddedItems, getCount, getItems, getModifiedItems, getPropertyAtIndex, getRemovedItems, indexOf, internalAdd, internalClear, internalRemove, internalRemoveAt, itemChanged, iterator, loadFromXml, loadFromXml, removeFromChangeLog, shouldWriteToXml, updateFromXml, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml |
Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, func, getNamespace, internalValidate, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, validate, writeAttributesToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RuleOperationErrorCollection()
Method Detail |
---|
protected RuleOperationError createComplexProperty(java.lang.String xmlElementName)
createComplexProperty
in class ComplexPropertyCollection<RuleOperationError>
xmlElementName
- The XML element name from which
to create the RuleOperationError object.
protected java.lang.String getCollectionItemXmlElementName(RuleOperationError operationError)
getCollectionItemXmlElementName
in class ComplexPropertyCollection<RuleOperationError>
operationError
- The RuleOperationError object
from which to determine the XML element name.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |