Package | Description |
---|---|
com.genesyslab.wfm7.API.service.schedule761 |
Modifier and Type | Field and Description |
---|---|
private SchStateInfo[] |
SchAgentStateHolder.schStateInfo
Contains state info (
SchStateInfo ) for every unique schedule state found in "schAgentState". |
private SchStateInfo[] |
SchAgentDayHolder.schStateInfo
Contains info
SchStateInfo for every unique SchState in the response, including Shift and full-day exception states. |
Modifier and Type | Method and Description |
---|---|
SchStateInfo[] |
SchAgentStateHolder.getSchStateInfo()
Gets the schStateInfo value for this SchAgentStateHolder.
|
SchStateInfo[] |
SchAgentDayHolder.getSchStateInfo()
Gets the schStateInfo value for this SchAgentDayHolder.
|
Modifier and Type | Method and Description |
---|---|
void |
SchAgentStateHolder.setSchStateInfo(SchStateInfo[] schStateInfo)
Sets the schStateInfo value for this SchAgentStateHolder.
|
void |
SchAgentDayHolder.setSchStateInfo(SchStateInfo[] schStateInfo)
Sets the schStateInfo value for this SchAgentDayHolder.
|
Constructor and Description |
---|
SchAgentDayHolder(int schAgentDayNSizeIs,
SchAgentDay[] schAgentDay,
int schAgentDayShortNSizeIs,
SchAgentDayShort[] schAgentDayShort,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
int schAgentTotalsNSizeIs,
SchAgentTotals[] schAgentTotals,
CfgAgentHolder cfgAgentInfo,
int schAgentDayCount,
long timestamp) |
SchAgentStateHolder(int schAgentStateNSizeIs,
SchAgentState[] schAgentState,
int schStateInfoNSizeIs,
SchStateInfo[] schStateInfo,
CfgAgentHolder cfgAgentInfo,
long timestamp) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.