Package | Description |
---|---|
com.genesyslab.wfm8.API.service.schedule852 |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SchStateInfo> |
SchAgentStateHolder.schStateInfo
Contains state info (
SchStateInfo ) for every unique schedule state found in "schAgentState". |
protected java.util.List<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 |
SchStateInfo.withWmActivitySetId(int value) |
SchStateInfo |
SchStateInfo.withWmColor(int value) |
SchStateInfo |
SchStateInfo.withWmFontColor(int value) |
SchStateInfo |
SchStateInfo.withWmFullDay(boolean value) |
SchStateInfo |
SchStateInfo.withWmName(java.lang.String value) |
SchStateInfo |
SchStateInfo.withWmShortName(java.lang.String value) |
SchStateInfo |
SchStateInfo.withWmStateId(int value) |
SchStateInfo |
SchStateInfo.withWmStateType(int value) |
SchStateInfo |
SchStateInfo.withWmTradeRule(int value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SchStateInfo> |
SchAgentStateHolder.getSchStateInfo()
Gets the value of the schStateInfo property.
|
java.util.List<SchStateInfo> |
SchAgentDayHolder.getSchStateInfo()
Gets the value of the schStateInfo property.
|
Modifier and Type | Method and Description |
---|---|
SchAgentStateHolder |
SchAgentStateHolder.withSchStateInfo(SchStateInfo... values) |
SchAgentDayHolder |
SchAgentDayHolder.withSchStateInfo(SchStateInfo... values) |
Modifier and Type | Method and Description |
---|---|
void |
SchAgentStateHolder.setSchStateInfo(java.util.List<SchStateInfo> schStateInfo)
Sets the value of the schStateInfo property.
|
void |
SchAgentDayHolder.setSchStateInfo(java.util.List<SchStateInfo> schStateInfo)
Sets the value of the schStateInfo property.
|
SchAgentStateHolder |
SchAgentStateHolder.withSchStateInfo(java.util.Collection<SchStateInfo> values) |
SchAgentDayHolder |
SchAgentDayHolder.withSchStateInfo(java.util.Collection<SchStateInfo> values) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.