Class GroupCustomContactDirectoryUserTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupCustomContactDirectoryUserTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupCustomContactDirectoryUserTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the GroupCustomContactDirectoryGetAvailableUserListRequest17. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Virtual On-Net Phone Number", "Group Id", "Is Virtual On-Net User", "Phone Number", "Extension", "Department", "Email Address". If the entry represents a Virtual On-Net user then "User Id" is blank, the "Virtual On-Net Phone Number" contains the phone Number of the Virtual On-Net user, the "Group Id" contains the Virtual On-Net user's group and the "Is Virtual On-Net User" contains true. If the entry represents a BroadWorks user then the "User Id" contains his BroadWorks userId, the "Virtual On-Net Phone Number" and "Group Id" fields are blank and the "Is Virtual On-Net User" contains false.
- 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 NodeArraygetUser
(BroadWorksServer broadWorksServer) int
hashCode()
void
setDepartment
(String department) void
setEmailAddress
(String emailAddress) void
setExtension
(String extension) void
setFirstName
(String firstName) void
setGroupId
(String groupId) void
setHiraganaFirstName
(String hiraganaFirstName) void
setHiraganaLastName
(String hiraganaLastName) void
setIsVirtualOnNetUser
(String isVirtualOnNetUser) void
setLastName
(String lastName) void
setPhoneNumber
(String phoneNumber) void
void
setVirtualOnNetPhoneNumber
(String virtualOnNetPhoneNumber) toString()
-
Constructor Details
-
GroupCustomContactDirectoryUserTableRow
public GroupCustomContactDirectoryUserTableRow()
-
-
Method Details
-
getUserId
-
setUserId
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getHiraganaLastName
-
setHiraganaLastName
-
getHiraganaFirstName
-
setHiraganaFirstName
-
getVirtualOnNetPhoneNumber
-
setVirtualOnNetPhoneNumber
-
getGroupId
-
setGroupId
-
getIsVirtualOnNetUser
-
setIsVirtualOnNetUser
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getDepartment
-
setDepartment
-
getEmailAddress
-
setEmailAddress
-
getUser
-
getFromNode
public static GroupCustomContactDirectoryUserTableRow 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<GroupCustomContactDirectoryUserTableRow> 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
-