Class UserPhoneDirectoryDirectoryTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserPhoneDirectoryDirectoryTable1Row
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserPhoneDirectoryDirectoryTable1Row
extends Object
implements BroadWorksTableRow, Serializable
Response to UserPhoneDirectoryGetPagedListRequest. Returns the number of entries that would be returned if the response Was not page size restricted. The "My Room Room Id" and "My Room Bridge Id" are only populated for users assigned the "Collaborate-Audio" service. Contains a table with a row for each user and column headings: "User Id", "First Name", "Last Name", "First Name Unicode", "Last Name Unicode", "Hiragana First Name", "Hiragana Last Name", "Title", "Phone Number", "Extension", "Mobile", "Pager", "Email Address", "Yahoo Id", "Department", "Group Id", "Location", "Address Line 1", "Address Line 2", "City", "State", "Zip", "Country", "IMP Id", "Location Code", "My Room Room Id", "My Room Bridge Id", "Service Name", and "Receptionist Note". The Service Name represents the localized service name for service instances. The localized values are taken from the BroadworksLabel.properties file. Service Name is currently supporting: AutoAttendant, AutoAttendantStandard, AutoAttendantVideo, CallCenter, CallCenterStandard, CallCenterPremium HuntGroup, InstantGroupCall, VoiceMessagingGroup, RoutePoint, BroadWorksAnywhere, GroupPaging, FindmeFollowme, VoiceXML, FlexibleSeatingGuest, CollaborateAudio, MeetMeConferencing. For a Regular User or a Virtual On Network Enterprise Extensions, the Service Name is empty. The response entries are sorted by "Last Name Unicode" first and "First Name unicode" secondarily. The following columns are only returned in AS data mode: "Location Code", "My Room Room Id", "My Room Bridge Id", "Service Name", "Receptionist Note" The Receptionist Note column is only populated, 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 TypeMethodDescriptionbooleangetCity()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 NodeArraygetIMPId()getPager()getState()getTitle()getUser(BroadWorksServer broadWorksServer) getZip()inthashCode()voidsetAddressLine1(String addressLine1) voidsetAddressLine2(String addressLine2) voidvoidsetCollaborateAudio(String collaborateAudio) voidsetCountry(String country) voidsetDepartment(String department) voidsetEmailAddress(String emailAddress) voidsetExtension(String extension) voidsetFirstName(String firstName) voidsetFirstNameUnicode(String firstNameUnicode) voidsetGroupId(String groupId) voidsetHiraganaFirstName(String hiraganaFirstName) voidsetHiraganaLastName(String hiraganaLastName) voidvoidsetLastName(String lastName) voidsetLastNameUnicode(String lastNameUnicode) voidsetLocation(String location) voidsetLocationCode(String locationCode) voidvoidsetMyRoomBridgeId(String myRoomBridgeId) voidsetMyRoomRoomId(String myRoomRoomId) voidvoidsetPhoneNumber(String phoneNumber) voidsetReceptionistNote(String receptionistNote) voidsetServiceName(String serviceName) voidvoidvoidvoidsetYahooId(String yahooId) voidtoString()
-
Constructor Details
-
UserPhoneDirectoryDirectoryTable1Row
public UserPhoneDirectoryDirectoryTable1Row()
-
-
Method Details
-
getMyRoomRoomId
-
setMyRoomRoomId
-
getMyRoomBridgeId
-
setMyRoomBridgeId
-
getCollaborateAudio
-
setCollaborateAudio
-
getUserId
-
setUserId
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getFirstNameUnicode
-
setFirstNameUnicode
-
getLastNameUnicode
-
setLastNameUnicode
-
getHiraganaFirstName
-
setHiraganaFirstName
-
getHiraganaLastName
-
setHiraganaLastName
-
getTitle
-
setTitle
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getMobile
-
setMobile
-
getPager
-
setPager
-
getEmailAddress
-
setEmailAddress
-
getYahooId
-
setYahooId
-
getDepartment
-
setDepartment
-
getGroupId
-
setGroupId
-
getLocation
-
setLocation
-
getAddressLine1
-
setAddressLine1
-
getAddressLine2
-
setAddressLine2
-
getCity
-
setCity
-
getState
-
setState
-
getZip
-
setZip
-
getCountry
-
setCountry
-
getIMPId
-
setIMPId
-
getLocationCode
-
setLocationCode
-
getServiceName
-
setServiceName
-
getReceptionistNote
-
setReceptionistNote
-
getUser
-
getFromNode
public static UserPhoneDirectoryDirectoryTable1Row 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<UserPhoneDirectoryDirectoryTable1Row> 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
-