|
||||||||
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<PhoneNumberKey,PhoneNumberEntry>
microsoft.exchange.webservices.data.PhoneNumberDictionary
public final class PhoneNumberDictionary
Represents a dictionary of phone numbers.
Constructor Summary | |
---|---|
PhoneNumberDictionary()
|
Method Summary | |
---|---|
protected PhoneNumberEntry |
createEntryInstance()
Creates instance of dictionary entry. |
protected java.lang.String |
getFieldURI()
Gets the field URI. |
java.lang.String |
getPhoneNumber(PhoneNumberKey key)
* Gets the phone number at the specified key. |
void |
setPhoneNumber(PhoneNumberKey key,
java.lang.String value)
Sets the phone number. |
boolean |
tryGetValue(PhoneNumberKey key,
OutParam<java.lang.String> outparam)
* Tries to get the phone number 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 PhoneNumberDictionary()
Method Detail |
---|
protected java.lang.String getFieldURI()
getFieldURI
in class DictionaryProperty<PhoneNumberKey,PhoneNumberEntry>
protected PhoneNumberEntry createEntryInstance()
createEntryInstance
in class DictionaryProperty<PhoneNumberKey,PhoneNumberEntry>
public java.lang.String getPhoneNumber(PhoneNumberKey key)
key
- the key
public void setPhoneNumber(PhoneNumberKey key, java.lang.String value)
key
- the keyvalue
- the valuepublic boolean tryGetValue(PhoneNumberKey key, OutParam<java.lang.String> outparam)
key
- the keyoutparam
- the outparam
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |