Class GroupCustomContactDirectoryUserTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupCustomContactDirectoryUserTable1Row
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupCustomContactDirectoryUserTable1Row
extends Object
implements BroadWorksTableRow, Serializable
Response to the GroupCustomContactDirectoryGetRequest17. The response contains all the contacts in the group's given custom contact directory. 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", "Department", "Phone Number", "Extension", "Mobile", "Email Address", "Yahoo Id", "Title", "IMP Id", "Receptionist Note". 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 field is blank and the "Is Virtual On-Net User" contains false. The Receptionist Note column is only populated in AS Mode, if the user sending the request is the owner of the Receptionist Note and a Note exists.
- 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 NodeArraygetIMPId()getTitle()getUser(BroadWorksServer broadWorksServer) inthashCode()voidsetDepartment(String department) voidsetEmailAddress(String emailAddress) voidsetExtension(String extension) voidsetFirstName(String firstName) voidsetGroupId(String groupId) voidsetHiraganaFirstName(String hiraganaFirstName) voidsetHiraganaLastName(String hiraganaLastName) voidvoidsetIsVirtualOnNetUser(String isVirtualOnNetUser) voidsetLastName(String lastName) voidvoidsetPhoneNumber(String phoneNumber) voidsetReceptionistNote(String receptionistNote) voidvoidvoidsetVirtualOnNetPhoneNumber(String virtualOnNetPhoneNumber) voidsetYahooId(String yahooId) toString()
-
Constructor Details
-
GroupCustomContactDirectoryUserTable1Row
public GroupCustomContactDirectoryUserTable1Row()
-
-
Method Details
-
getUserId
-
setUserId
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getHiraganaLastName
-
setHiraganaLastName
-
getHiraganaFirstName
-
setHiraganaFirstName
-
getVirtualOnNetPhoneNumber
-
setVirtualOnNetPhoneNumber
-
getGroupId
-
setGroupId
-
getIsVirtualOnNetUser
-
setIsVirtualOnNetUser
-
getDepartment
-
setDepartment
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getMobile
-
setMobile
-
getEmailAddress
-
setEmailAddress
-
getYahooId
-
setYahooId
-
getTitle
-
setTitle
-
getIMPId
-
setIMPId
-
getReceptionistNote
-
setReceptionistNote
-
getUser
-
getFromNode
public static GroupCustomContactDirectoryUserTable1Row 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<GroupCustomContactDirectoryUserTable1Row> 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
-