Class RuleOperationErrorCollection
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection<RuleOperationError>
-
- microsoft.exchange.webservices.data.property.complex.RuleOperationErrorCollection
-
- All Implemented Interfaces:
Iterable<RuleOperationError>,ICustomXmlUpdateSerializer,ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>,IComplexPropertyChangedDelegate<RuleOperationError>
public final class RuleOperationErrorCollection extends ComplexPropertyCollection<RuleOperationError>
Represents a collection of rule operation errors.
-
-
Constructor Summary
Constructors Constructor Description RuleOperationErrorCollection()Initializes a new instance of theRuleOperationErrorCollectionclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RuleOperationErrorcreateComplexProperty(String xmlElementName)Creates an RuleOperationError object from an XML element name.protected StringgetCollectionItemXmlElementName(RuleOperationError operationError)Retrieves the XML element name corresponding to the provided RuleOperationError object.-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.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.property.complex.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
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
RuleOperationErrorCollection
public RuleOperationErrorCollection()
Initializes a new instance of theRuleOperationErrorCollectionclass.
-
-
Method Detail
-
createComplexProperty
protected RuleOperationError createComplexProperty(String xmlElementName)
Creates an RuleOperationError object from an XML element name.- Specified by:
createComplexPropertyin classComplexPropertyCollection<RuleOperationError>- Parameters:
xmlElementName- The XML element name from which to create the RuleOperationError object.- Returns:
- A RuleOperationError object.
-
getCollectionItemXmlElementName
protected String getCollectionItemXmlElementName(RuleOperationError operationError)
Retrieves the XML element name corresponding to the provided RuleOperationError object.- Specified by:
getCollectionItemXmlElementNamein classComplexPropertyCollection<RuleOperationError>- Parameters:
operationError- The RuleOperationError object from which to determine the XML element name.- Returns:
- The XML element name corresponding to the provided RuleOperationError object.
-
-