|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoIpPhone.AddInputItemOptions
public static class CiscoIpPhone.AddInputItemOptions
| Field Summary | |
|---|---|
java.lang.String |
defaultValue
use: optional; allowMultiple: false; A default value to pre-populate the input item prompt. |
java.lang.String |
displayName
use: optional; allowMultiple: false; The text displayed on the phone for this input item. |
java.lang.String |
inputFlags
use: optional; allowMultiple: false; Cisco IP Phone-specific flags that are used to dictate what content can be entered into the prompt. |
java.lang.String |
queryStringParam
use: optional; allowMultiple: false; When the user hits the Submit softkey, the Cisco IP Phone
will add a query parameter to the URL defined by CreateInput,
with the value specified by the user for this input item. |
java.lang.String |
xmlObject
|
| Constructor Summary | |
|---|---|
CiscoIpPhone.AddInputItemOptions()
Constructs the AddInputItemOptions. |
|
CiscoIpPhone.AddInputItemOptions(java.lang.String displayName,
java.lang.String queryStringParam,
java.lang.String defaultValue,
java.lang.String inputFlags,
java.lang.String xmlObject)
Constructs the AddInputItemOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Gets the value. |
java.lang.String |
getDisplayName()
Gets the value. |
java.lang.String |
getInputFlags()
Gets the value. |
java.lang.String |
getQueryStringParam()
Gets the value. |
java.lang.String |
getXmlObject()
Gets the value. |
void |
setDefaultValue(java.lang.String value)
Sets the value. |
void |
setDisplayName(java.lang.String value)
Sets the value. |
void |
setInputFlags(java.lang.String value)
Sets the value. |
void |
setQueryStringParam(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 displayName
public java.lang.String queryStringParam
Submit softkey, the Cisco IP Phone
will add a query parameter to the URL defined by CreateInput,
with the value specified by the user for this input item.
public java.lang.String defaultValue
public java.lang.String inputFlags
public java.lang.String xmlObject
| Constructor Detail |
|---|
public CiscoIpPhone.AddInputItemOptions()
public CiscoIpPhone.AddInputItemOptions(java.lang.String displayName,
java.lang.String queryStringParam,
java.lang.String defaultValue,
java.lang.String inputFlags,
java.lang.String xmlObject)
displayName - use: optional; allowMultiple: false;
displayName The text displayed on the phone for this input item.queryStringParam - use: optional; allowMultiple: false;
queryStringParam When the user hits the Submit softkey, the Cisco IP Phone
queryStringParam will add a query parameter to the URL defined by CreateInput,
queryStringParam with the value specified by the user for this input item.defaultValue - use: optional; allowMultiple: false;
defaultValue A default value to pre-populate the input item prompt.inputFlags - use: optional; allowMultiple: false;
inputFlags Cisco IP Phone-specific flags that are used to dictate what content can
inputFlags be entered into the prompt.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String value)
value - the value.public java.lang.String getQueryStringParam()
Submit softkey, the Cisco IP Phone
will add a query parameter to the URL defined by CreateInput,
with the value specified by the user for this input item.
public void setQueryStringParam(java.lang.String value)
Submit softkey, the Cisco IP Phone
will add a query parameter to the URL defined by CreateInput,
with the value specified by the user for this input item.
value - the value.public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String value)
value - the value.public java.lang.String getInputFlags()
public void setInputFlags(java.lang.String value)
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 | ||||||||