|
|||||||||
| 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.DictionaryProperty<EmailAddressKey,EmailAddressEntry>
microsoft.exchange.webservices.data.EmailAddressDictionary
public final class EmailAddressDictionary
Represents a dictionary of e-mail addresses.
| Constructor Summary | |
|---|---|
EmailAddressDictionary()
|
|
| Method Summary | |
|---|---|
protected EmailAddressEntry |
createEntryInstance()
Creates instance of dictionary entry. |
EmailAddress |
getEmailAddress(EmailAddressKey key)
* Gets the e-mail address at the specified key. |
protected String |
getFieldURI()
Gets the field URI. |
void |
setEmailAddress(EmailAddressKey key,
EmailAddress value)
Sets the email address. |
boolean |
tryGetValue(EmailAddressKey key,
OutParam<EmailAddress> outparam)
* Tries to get the e-mail address associated with the specified key. |
| Methods inherited from class microsoft.exchange.webservices.data.DictionaryProperty |
|---|
clearChangeLog, complexPropertyChanged, contains, createEntry, getEntries, getEntryXmlElementName, getFieldIndex, internalAdd, internalAddOrReplace, internalRemove, loadFromXml, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, getNamespace, internalValidate, loadFromXml, 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 |
|---|
public EmailAddressDictionary()
| Method Detail |
|---|
protected String getFieldURI()
getFieldURI in class DictionaryProperty<EmailAddressKey,EmailAddressEntry>protected EmailAddressEntry createEntryInstance()
createEntryInstance in class DictionaryProperty<EmailAddressKey,EmailAddressEntry>public EmailAddress getEmailAddress(EmailAddressKey key)
key - the key
public void setEmailAddress(EmailAddressKey key,
EmailAddress value)
key - the keyvalue - the value
public boolean tryGetValue(EmailAddressKey key,
OutParam<EmailAddress> outparam)
key - the keyoutparam - the outparam
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||