Class EnterpriseCallCenterAgentThresholdProfileAgentTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.EnterpriseCallCenterAgentThresholdProfileAgentTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class EnterpriseCallCenterAgentThresholdProfileAgentTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the EnterpriseCallCenterAgentThresholdProfileGetAvailableAgentListRequest. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address", "Agent Threshold Profile";
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(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 NodeArraygetUser(BroadWorksServer broadWorksServer) inthashCode()voidsetAgentThresholdProfile(String agentThresholdProfile) voidsetDepartment(String department) voidsetEmailAddress(String emailAddress) voidsetExtension(String extension) voidsetFirstName(String firstName) voidsetHiraganaFirstName(String hiraganaFirstName) voidsetHiraganaLastName(String hiraganaLastName) voidsetLastName(String lastName) voidsetPhoneNumber(String phoneNumber) voidtoString()
-
Constructor Details
-
EnterpriseCallCenterAgentThresholdProfileAgentTableRow
public EnterpriseCallCenterAgentThresholdProfileAgentTableRow()
-
-
Method Details
-
getUserId
-
setUserId
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getHiraganaLastName
-
setHiraganaLastName
-
getHiraganaFirstName
-
setHiraganaFirstName
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getDepartment
-
setDepartment
-
getEmailAddress
-
setEmailAddress
-
getAgentThresholdProfile
-
setAgentThresholdProfile
-
getUser
-
getFromNode
public static EnterpriseCallCenterAgentThresholdProfileAgentTableRow 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<EnterpriseCallCenterAgentThresholdProfileAgentTableRow> 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
-