|
||||||||
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<Attendee>
microsoft.exchange.webservices.data.AttendeeCollection
public final class AttendeeCollection
Represents a collection of attendees.
Constructor Summary | |
---|---|
protected |
AttendeeCollection()
Initializes a new instance of the AttendeeCollection class. |
Method Summary | |
---|---|
void |
add(Attendee attendee)
* Adds an attendee to the collection. |
Attendee |
add(java.lang.String smtpAddress)
* Adds an attendee to the collection. |
Attendee |
add(java.lang.String name,
java.lang.String smtpAddress)
* Adds an attendee to the collection. |
void |
clear()
Clears the collection. |
protected Attendee |
createComplexProperty(java.lang.String xmlElementName)
* Creates an Attendee object from an XML element name. |
protected java.lang.String |
getCollectionItemXmlElementName(Attendee attendee)
* Retrieves the XML element name corresponding to the provided Attendee object. |
boolean |
remove(Attendee attendee)
* Removes an attendee from the collection. |
void |
removeAt(int index)
* Removes an attendee from the collection. |
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 AttendeeCollection()
Method Detail |
---|
public void add(Attendee attendee)
attendee
- the attendeepublic Attendee add(java.lang.String smtpAddress) throws java.lang.Exception
smtpAddress
- the smtp address
java.lang.Exception
- the exceptionpublic Attendee add(java.lang.String name, java.lang.String smtpAddress)
name
- the namesmtpAddress
- the smtp address
public void clear()
public void removeAt(int index)
index
- the indexpublic boolean remove(Attendee attendee) throws java.lang.Exception
attendee
- the attendee
java.lang.Exception
- the exceptionprotected Attendee createComplexProperty(java.lang.String xmlElementName)
createComplexProperty
in class ComplexPropertyCollection<Attendee>
xmlElementName
- the xml element name
protected java.lang.String getCollectionItemXmlElementName(Attendee attendee)
getCollectionItemXmlElementName
in class ComplexPropertyCollection<Attendee>
attendee
- the attendee
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |