|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestCallForwardSet | |
---|---|
com.genesyslab.platform.voice.protocol.tserver.requests.dn | DN-related requests, such as forwarding calls; monitoring the next call; turning do not disturb, mute, or call waiting on and off. |
Uses of RequestCallForwardSet in com.genesyslab.platform.voice.protocol.tserver.requests.dn |
---|
Methods in com.genesyslab.platform.voice.protocol.tserver.requests.dn that return RequestCallForwardSet | |
---|---|
static RequestCallForwardSet |
RequestCallForwardSet.create()
Creates instance of RequestCallForwardSet with no parameters set. |
static RequestCallForwardSet |
RequestCallForwardSet.create(java.lang.String thisDN,
java.lang.String otherDN,
ForwardMode forwardMode)
Creates instance of RequestCallForwardSet with required parameters set. |
static RequestCallForwardSet |
RequestCallForwardSet.create(java.lang.String thisDN,
java.lang.String otherDN,
ForwardMode forwardMode,
KeyValueCollection reasons,
KeyValueCollection extensions)
Creates instance of RequestCallForwardSet with all parameters set. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |