Class GroupCallCenterAgentThresholdProfileAgentTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupCallCenterAgentThresholdProfileAgentTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupCallCenterAgentThresholdProfileAgentTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the GroupCallCenterAgentThresholdProfileGetAvailableAgentListRequest. 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
-
GroupCallCenterAgentThresholdProfileAgentTableRow
public GroupCallCenterAgentThresholdProfileAgentTableRow()
-
-
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 GroupCallCenterAgentThresholdProfileAgentTableRow 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<GroupCallCenterAgentThresholdProfileAgentTableRow> 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
-