Class OccurrenceInfoCollection
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection<OccurrenceInfo>
-
- microsoft.exchange.webservices.data.property.complex.OccurrenceInfoCollection
-
- All Implemented Interfaces:
Iterable<OccurrenceInfo>,ICustomXmlUpdateSerializer,ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>,IComplexPropertyChangedDelegate<OccurrenceInfo>
public final class OccurrenceInfoCollection extends ComplexPropertyCollection<OccurrenceInfo>
Represents a collection of OccurrenceInfo objects.
-
-
Constructor Summary
Constructors Constructor Description OccurrenceInfoCollection()Initializes a new instance of theOccurrenceInfoCollectionclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OccurrenceInfocreateComplexProperty(String xmlElementName)Creates the complex property.protected StringgetCollectionItemXmlElementName(OccurrenceInfo complexProperty)Gets the name of the collection item XML element.-
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
-
OccurrenceInfoCollection
public OccurrenceInfoCollection()
Initializes a new instance of theOccurrenceInfoCollectionclass.
-
-
Method Detail
-
createComplexProperty
protected OccurrenceInfo createComplexProperty(String xmlElementName)
Creates the complex property.- Specified by:
createComplexPropertyin classComplexPropertyCollection<OccurrenceInfo>- Parameters:
xmlElementName- Name of the XML element- Returns:
- OccuranceInfo instance
-
getCollectionItemXmlElementName
protected String getCollectionItemXmlElementName(OccurrenceInfo complexProperty)
Gets the name of the collection item XML element.- Specified by:
getCollectionItemXmlElementNamein classComplexPropertyCollection<OccurrenceInfo>- Parameters:
complexProperty- The complex property.- Returns:
- XML element name.
-
-