|
||||||||
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<ImAddressKey,ImAddressEntry>
microsoft.exchange.webservices.data.ImAddressDictionary
public final class ImAddressDictionary
Represents a dictionary of Instant Messaging addresses.
Constructor Summary | |
---|---|
ImAddressDictionary()
|
Method Summary | |
---|---|
protected ImAddressEntry |
createEntryInstance()
Creates instance of dictionary entry. |
protected java.lang.String |
getFieldURI()
Gets the field URI. |
java.lang.String |
getImAddressKey(ImAddressKey key)
* Gets the Instant Messaging address at the specified key. |
void |
setImAddressKey(ImAddressKey key,
java.lang.String value)
Sets the im address key. |
boolean |
tryGetValue(ImAddressKey key,
OutParam<java.lang.String> outParam)
* Tries to get the IM 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, func, getNamespace, internalValidate, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImAddressDictionary()
Method Detail |
---|
protected java.lang.String getFieldURI()
getFieldURI
in class DictionaryProperty<ImAddressKey,ImAddressEntry>
protected ImAddressEntry createEntryInstance()
createEntryInstance
in class DictionaryProperty<ImAddressKey,ImAddressEntry>
public java.lang.String getImAddressKey(ImAddressKey key)
key
- the key
public void setImAddressKey(ImAddressKey key, java.lang.String value)
key
- the keyvalue
- the valuepublic boolean tryGetValue(ImAddressKey key, OutParam<java.lang.String> outParam)
key
- the keyoutParam
- the out param
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |