|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoIpPhone.AddDirectoryEntryOptions
public static class CiscoIpPhone.AddDirectoryEntryOptions
| Field Summary | |
|---|---|
java.lang.String |
name
use: optional; allowMultiple: false; The name of the directory entry to show as a selectable item on the phone screen. |
java.lang.String |
telephone
use: optional; allowMultiple: false; The telephone number that is associated with the Name of this
directory entry. |
java.lang.String |
xmlObject
|
| Constructor Summary | |
|---|---|
CiscoIpPhone.AddDirectoryEntryOptions()
Constructs the AddDirectoryEntryOptions. |
|
CiscoIpPhone.AddDirectoryEntryOptions(java.lang.String name,
java.lang.String telephone,
java.lang.String xmlObject)
Constructs the AddDirectoryEntryOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value. |
java.lang.String |
getTelephone()
Gets the value. |
java.lang.String |
getXmlObject()
Gets the value. |
void |
setName(java.lang.String value)
Sets the value. |
void |
setTelephone(java.lang.String value)
Sets the value. |
void |
setXmlObject(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public java.lang.String telephone
Name of this
directory entry. When the user selects this directory entry with the Dial
softkey, the phone will dial this number.
public java.lang.String xmlObject
| Constructor Detail |
|---|
public CiscoIpPhone.AddDirectoryEntryOptions()
public CiscoIpPhone.AddDirectoryEntryOptions(java.lang.String name,
java.lang.String telephone,
java.lang.String xmlObject)
name - use: optional; allowMultiple: false;
name The name of the directory entry to show as a selectable item on the phone
name screen.telephone - use: optional; allowMultiple: false;
telephone The telephone number that is associated with the Name of this
telephone directory entry. When the user selects this directory entry with the Dial
telephone softkey, the phone will dial this number.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public void setName(java.lang.String value)
value - the value.public java.lang.String getTelephone()
Name of this
directory entry. When the user selects this directory entry with the Dial
softkey, the phone will dial this number.
public void setTelephone(java.lang.String value)
Name of this
directory entry. When the user selects this directory entry with the Dial
softkey, the phone will dial this number.
value - the value.public java.lang.String getXmlObject()
public void setXmlObject(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||