|
|||||||||
| 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(String smtpAddress)
* Adds an attendee to the collection. |
Attendee |
add(String name,
String smtpAddress)
* Adds an attendee to the collection. |
void |
clear()
Clears the collection. |
protected Attendee |
createComplexProperty(String xmlElementName)
* Creates an Attendee object from an XML element name. |
protected 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, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, getNamespace, internalValidate, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, 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 attendee
public Attendee add(String smtpAddress)
throws Exception
smtpAddress - the smtp address
Exception - the exception
public Attendee add(String name,
String smtpAddress)
name - the namesmtpAddress - the smtp address
public void clear()
public void removeAt(int index)
index - the index
public boolean remove(Attendee attendee)
throws Exception
attendee - the attendee
Exception - the exceptionprotected Attendee createComplexProperty(String xmlElementName)
createComplexProperty in class ComplexPropertyCollection<Attendee>xmlElementName - the xml element name
protected 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 | ||||||||