Class UserCallCenterAgentSignOutResponseCallCenterTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserCallCenterAgentSignOutResponseCallCenterTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserCallCenterAgentSignOutResponseCallCenterTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the UserCallCenterAgentSignOutRequest. It contains a list of call centers for which the agent is the last signed-in agent. Contains a table with column headings: "Service User Id" and "Call Center Name".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setCallCenterName
(String callCenterName) void
setServiceUserId
(String serviceUserId) toString()
-
Constructor Details
-
UserCallCenterAgentSignOutResponseCallCenterTableRow
public UserCallCenterAgentSignOutResponseCallCenterTableRow()
-
-
Method Details
-
getServiceUserId
-
setServiceUserId
-
getCallCenterName
-
setCallCenterName
-
getFromNode
public static UserCallCenterAgentSignOutResponseCallCenterTableRow 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<UserCallCenterAgentSignOutResponseCallCenterTableRow> 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
-
equals
-
hashCode
public int hashCode() -
toString
-