|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.JTapi.JTapiGetCallForwardStatusResult
public static class JTapi.JTapiGetCallForwardStatusResult
| Field Summary | |
|---|---|
java.lang.String |
callForwardType
CallForwardType indicates the current forwarding status of the phone: No Call Forward Set - The specified line is not set to 'Call Forward All' in the Cisco Unified Communications Manager. |
java.lang.String |
digits
The destination to which the call forward is set. |
CuaeCommon.CuaeResult |
returnValue
|
| Constructor Summary | |
|---|---|
JTapi.JTapiGetCallForwardStatusResult()
Constructs the JTapiGetCallForwardStatusResult. |
|
JTapi.JTapiGetCallForwardStatusResult(CuaeCommon.CuaeResult returnValue,
java.lang.String digits,
java.lang.String callForwardType)
Constructs the JTapiGetCallForwardStatusResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallForwardType()
Gets the value. |
java.lang.String |
getDigits()
Gets the value. |
CuaeCommon.CuaeResult |
getReturnValue()
Gets the value. |
void |
setCallForwardType(java.lang.String value)
Sets the value. |
void |
setDigits(java.lang.String value)
Sets the value. |
void |
setReturnValue(CuaeCommon.CuaeResult 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 CuaeCommon.CuaeResult returnValue
public java.lang.String digits
public java.lang.String callForwardType
| Constructor Detail |
|---|
public JTapi.JTapiGetCallForwardStatusResult()
public JTapi.JTapiGetCallForwardStatusResult(CuaeCommon.CuaeResult returnValue,
java.lang.String digits,
java.lang.String callForwardType)
digits - The destination to which the call forward is set. This value is only
digits valid if CallForwardType is set to Unconditional.
digitscallForwardType - CallForwardType indicates the current forwarding status of the phone:
callForwardType
callForwardType No Call Forward Set - The specified line is not set to 'Call Forward
callForwardType All' in the Cisco Unified Communications Manager. Note
callForwardType that the line in question could have 'Call Forward
callForwardType Busy', 'No Answer', or other call forward conditions set
callForwardType in the actual Cisco Unified Communications Manager
callForwardType configuration of this line, and still return this
callForwardType condition for CallForwardType. In other words, since
callForwardType this action only supports querying the 'Call Forward
callForwardType All' status, No Call Forward Set refers to that status
callForwardType of that condition specifically.
callForwardType Unconditional - The specified line is set to 'Call Forward All' in the
callForwardType Cisco Unified Communications Manager. Refer to the
callForwardType Digits result data parameter in order to determine the
callForwardType actual destination of the forward, if applicable.
callForwardType "" - Unknown.
callForwardType| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic CuaeCommon.CuaeResult getReturnValue()
public void setReturnValue(CuaeCommon.CuaeResult value)
value - the value.public java.lang.String getDigits()
public void setDigits(java.lang.String value)
value - the value.public java.lang.String getCallForwardType()
public void setCallForwardType(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||