Package | Description |
---|---|
com.genesyslab.wfm8.API.service.scheduleTrade850 |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SchTradeResponseStatus> |
SchTradeNotification.responses
A list of
SchTradeResponseStatus identifying trade responses whose status has changed, with their new statuses. |
Modifier and Type | Method and Description |
---|---|
SchTradeResponseStatus |
WFMScheduleTradeService850Soap.acceptTradeProposal(int siteID,
int agentID,
int proposalID,
java.lang.String comments)
Acceptance of the proposal creates a response record, which goes back to the proposing agent for a final handshake.
|
SchTradeResponseStatus |
WFMScheduleTradeService850Soap.cancelTradeResponse(int siteID,
int agentID,
int responseID,
java.lang.String comments)
A response to a proposal can be canceled by the responding agent at any time while the proposal is in "Accept" or "In Review" status.
|
SchTradeResponseStatus |
WFMScheduleTradeService850Soap.declineTradeResponse(int siteID,
int agentID,
int responseID,
java.lang.String comments)
A proposing agent can opt to decline a response from the community to a community proposal, as well as the response from an agent responding to a personal proposal, if a two-way handshake was requested.
|
SchTradeResponseStatus |
SchTradeResponseStatus.withGswUserId(int value) |
SchTradeResponseStatus |
SchTradeResponseStatus.withWmComments(java.lang.String value) |
SchTradeResponseStatus |
SchTradeResponseStatus.withWmStatus(int value) |
SchTradeResponseStatus |
SchTradeResponseStatus.withWmTimestamp(double value) |
SchTradeResponseStatus |
SchTradeResponseStatus.withWmTradeResponseId(int value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SchTradeResponseStatus> |
SchTradeNotification.getResponses()
Gets the value of the responses property.
|
Modifier and Type | Method and Description |
---|---|
SchTradeNotification |
SchTradeNotification.withResponses(SchTradeResponseStatus... values) |
Modifier and Type | Method and Description |
---|---|
void |
SchTradeNotification.setResponses(java.util.List<SchTradeResponseStatus> responses)
Sets the value of the responses property.
|
SchTradeNotification |
SchTradeNotification.withResponses(java.util.Collection<SchTradeResponseStatus> values) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.