Package | Description |
---|---|
com.genesyslab.platform.contacts.protocol.contactserver |
This package contains the
Protocol classes that your applications
can use to set up communication with Universal Contact Server. |
com.genesyslab.platform.contacts.protocol.contactserver.requests |
Modifier and Type | Field | Description |
---|---|---|
static Statuses |
Statuses.InProcess |
|
static Statuses |
Statuses.New |
|
static Statuses |
Statuses.Pending |
|
static Statuses |
Statuses.Stopped |
Modifier and Type | Method | Description |
---|---|---|
static Statuses |
Statuses.create(java.lang.String name) |
|
Statuses |
InteractionAttributes.getStatus() |
|
static Statuses |
Statuses.toEnum(java.lang.Integer val) |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Integer |
Statuses.fromEnum(Statuses val) |
|
void |
InteractionAttributes.setStatus(Statuses value) |
Modifier and Type | Method | Description |
---|---|---|
Statuses |
RequestFindOrCreatePhoneCall.getStatus() |
The allowable integer values are: 0 (NEW), 1 (PENDING), 2 (IN_PROCESS), 3 (STOPPED).
|
Statuses |
RequestGetInteractionsWithStatus.getStatus() |
Returned Interactions must match this status.
|
Statuses |
RequestSetInteractionStatus.getStatus() |
Status:
New - 0
Pending (IxnSvr) - 1
InProcess (IxnSvr) - 2
Stopped - 3
|
Modifier and Type | Method | Description |
---|---|---|
void |
RequestFindOrCreatePhoneCall.setStatus(Statuses value) |
The allowable integer values are: 0 (NEW), 1 (PENDING), 2 (IN_PROCESS), 3 (STOPPED).
|
void |
RequestGetInteractionsWithStatus.setStatus(Statuses value) |
Returned Interactions must match this status.
|
void |
RequestSetInteractionStatus.setStatus(Statuses value) |
Status:
New - 0
Pending (IxnSvr) - 1
InProcess (IxnSvr) - 2
Stopped - 3
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.