|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoIpPhone.CreateMenuOptions
public static class CiscoIpPhone.CreateMenuOptions
| Field Summary | |
|---|---|
java.lang.String |
prompt
use: optional; allowMultiple: false; The prompt to the user to indicate the action that needs to be taken. |
java.lang.String |
title
use: optional; allowMultiple: false; The title of the text XML object. |
| Constructor Summary | |
|---|---|
CiscoIpPhone.CreateMenuOptions()
Constructs the CreateMenuOptions. |
|
CiscoIpPhone.CreateMenuOptions(java.lang.String title,
java.lang.String prompt)
Constructs the CreateMenuOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPrompt()
Gets the value. |
java.lang.String |
getTitle()
Gets the value. |
void |
setPrompt(java.lang.String value)
Sets the value. |
void |
setTitle(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 title
public java.lang.String prompt
| Constructor Detail |
|---|
public CiscoIpPhone.CreateMenuOptions()
public CiscoIpPhone.CreateMenuOptions(java.lang.String title,
java.lang.String prompt)
title - use: optional; allowMultiple: false;
title The title of the text XML object. This will be displayed on the Cisco
title IP Phone.prompt - use: optional; allowMultiple: false;
prompt The prompt to the user to indicate the action that needs to be taken.
prompt This will de displayed on the Cisco IP Phone.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getTitle()
public void setTitle(java.lang.String value)
value - the value.public java.lang.String getPrompt()
public void setPrompt(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||