|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestApplyTreatment | |
---|---|
com.genesyslab.platform.voice.protocol.tserver.requests.party | Handle call activity, such as answering, making, and holding calls, initiating transfers and conference calls, or applying a treatment. |
Uses of RequestApplyTreatment in com.genesyslab.platform.voice.protocol.tserver.requests.party |
---|
Methods in com.genesyslab.platform.voice.protocol.tserver.requests.party that return RequestApplyTreatment | |
---|---|
static RequestApplyTreatment |
RequestApplyTreatment.create()
Creates instance of RequestApplyTreatment with no parameters set. |
static RequestApplyTreatment |
RequestApplyTreatment.create(java.lang.String thisDN,
ConnectionId connID,
TreatmentType treatmentType)
Creates instance of RequestApplyTreatment with required parameters set. |
static RequestApplyTreatment |
RequestApplyTreatment.create(java.lang.String thisDN,
ConnectionId connID,
TreatmentType treatmentType,
KeyValueCollection treatmentParameters,
KeyValueCollection extensions,
KeyValueCollection reasons)
Creates instance of RequestApplyTreatment with all parameters set. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |