Class UserCallCenterCallCenterTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserCallCenterCallCenterTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserCallCenterCallCenterTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the UserCallCenterGetAvailableCallCenterListRequest. Contains a table with column heading: "Service User Id".
- 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 Nodestatic List<UserCallCenterCallCenterTableRow>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setServiceUserId
(String serviceUserId) toString()
-
Constructor Details
-
UserCallCenterCallCenterTableRow
public UserCallCenterCallCenterTableRow()
-
-
Method Details
-
getServiceUserId
-
setServiceUserId
-
getFromNode
public static UserCallCenterCallCenterTableRow 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<UserCallCenterCallCenterTableRow> 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
-