Class UserCallCenterCallCenterTable1Row
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.UserCallCenterCallCenterTable1Row
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserCallCenterCallCenterTable1Row extends Object implements BroadWorksTableRow, Serializable
Response to the UserCallCenterGetRequest19. Contains the user's call center settings. Indicates whether the agent is current available (logged in) to each call center in the list. Contains a table with column headings: "Service User Id", "Phone Number", "Extension", "Available", "Logoff Allowed", "Type", "Priority","Routing Policy" and "Skill Level". The valid "Routing Type" values are "Priority Based" and "Skill Based". This column is only populated for Premium Call Centers. The valid "Skill Level" values are of from 1-20. This column is only populated for Premium Skill Based Call Centers.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserCallCenterCallCenterTable1Row()
-
Method Summary
-
-
-
Method Detail
-
getServiceUserId
public String getServiceUserId()
-
setServiceUserId
public void setServiceUserId(String serviceUserId)
-
getPhoneNumber
public String getPhoneNumber()
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
getExtension
public String getExtension()
-
setExtension
public void setExtension(String extension)
-
getAvailable
public String getAvailable()
-
setAvailable
public void setAvailable(String available)
-
getLogoffAllowed
public String getLogoffAllowed()
-
setLogoffAllowed
public void setLogoffAllowed(String logoffAllowed)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getPriority
public String getPriority()
-
setPriority
public void setPriority(String priority)
-
getRoutingPolicy
public String getRoutingPolicy()
-
setRoutingPolicy
public void setRoutingPolicy(String routingPolicy)
-
getSkillLevel
public String getSkillLevel()
-
setSkillLevel
public void setSkillLevel(String skillLevel)
-
getFromNode
public static UserCallCenterCallCenterTable1Row getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<UserCallCenterCallCenterTable1Row> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
-