|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoIpPhone.ConstructInputOptions
public static class CiscoIpPhone.ConstructInputOptions
| Field Summary | |
|---|---|
java.lang.Boolean |
formatURL
use: optional; allowMultiple: false; Indicates that URL format validation should be performed on the URL specified. |
CiscoIpPhone.CiscoIPPhoneInputItemType[] |
inputItem
|
java.lang.String |
prompt
use: optional; allowMultiple: false; The prompt to the user to indicate the action that needs to be taken. |
CiscoIpPhone.CiscoIPPhoneSoftKeyType[] |
softKeyItem
|
java.lang.String |
title
use: optional; allowMultiple: false; The title of the input XML object. |
java.lang.String |
uRL
use: optional; allowMultiple: false; The base URL that the phone will use to generate the request when the user hits Submit on their Cisco IP Phone. |
| Constructor Summary | |
|---|---|
CiscoIpPhone.ConstructInputOptions()
Constructs the ConstructInputOptions. |
|
CiscoIpPhone.ConstructInputOptions(java.lang.String title,
java.lang.String prompt,
java.lang.String uRL,
java.lang.Boolean formatURL,
CiscoIpPhone.CiscoIPPhoneInputItemType[] inputItem,
CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
Constructs the ConstructInputOptions. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getFormatURL()
Gets the value. |
CiscoIpPhone.CiscoIPPhoneInputItemType[] |
getInputItem()
Gets the value. |
java.lang.String |
getPrompt()
Gets the value. |
CiscoIpPhone.CiscoIPPhoneSoftKeyType[] |
getSoftKeyItem()
Gets the value. |
java.lang.String |
getTitle()
Gets the value. |
java.lang.String |
getURL()
Gets the value. |
void |
setFormatURL(java.lang.Boolean value)
Sets the value. |
void |
setInputItem(CiscoIpPhone.CiscoIPPhoneInputItemType[] value)
Sets the value. |
void |
setPrompt(java.lang.String value)
Sets the value. |
void |
setSoftKeyItem(CiscoIpPhone.CiscoIPPhoneSoftKeyType[] value)
Sets the value. |
void |
setTitle(java.lang.String value)
Sets the value. |
void |
setURL(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
public java.lang.String uRL
Submit on their Cisco IP Phone. This URL is prepended
to any query parameters defined by input items.
public java.lang.Boolean formatURL
public CiscoIpPhone.CiscoIPPhoneInputItemType[] inputItem
public CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem
| Constructor Detail |
|---|
public CiscoIpPhone.ConstructInputOptions()
public CiscoIpPhone.ConstructInputOptions(java.lang.String title,
java.lang.String prompt,
java.lang.String uRL,
java.lang.Boolean formatURL,
CiscoIpPhone.CiscoIPPhoneInputItemType[] inputItem,
CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
title - use: optional; allowMultiple: false;
title The title of the input 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.uRL - use: optional; allowMultiple: false;
uRL The base URL that the phone will use to generate the request when the user
uRL hits Submit on their Cisco IP Phone. This URL is prepended
uRL to any query parameters defined by input items.formatURL - use: optional; allowMultiple: false;
formatURL Indicates that URL format validation should be performed on the URL specified.
formatURL This may involve modifications being made to the URL.| 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.public java.lang.String getURL()
Submit on their Cisco IP Phone. This URL is prepended
to any query parameters defined by input items.
public void setURL(java.lang.String value)
Submit on their Cisco IP Phone. This URL is prepended
to any query parameters defined by input items.
value - the value.public java.lang.Boolean getFormatURL()
public void setFormatURL(java.lang.Boolean value)
value - the value.public CiscoIpPhone.CiscoIPPhoneInputItemType[] getInputItem()
public void setInputItem(CiscoIpPhone.CiscoIPPhoneInputItemType[] value)
value - the value.public CiscoIpPhone.CiscoIPPhoneSoftKeyType[] getSoftKeyItem()
public void setSoftKeyItem(CiscoIpPhone.CiscoIPPhoneSoftKeyType[] value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||