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 TypeMethodDescriptionboolean
getCity()
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()
int
hashCode()
void
setAddressLine1
(String addressLine1) void
setAddressLine2
(String addressLine2) void
void
setCollaborateAudio
(String collaborateAudio) void
setCountry
(String country) void
setDepartment
(String department) void
setEmailAddress
(String emailAddress) void
setExtension
(String extension) void
setFirstName
(String firstName) void
setFirstNameUnicode
(String firstNameUnicode) void
setGroupId
(String groupId) void
setHiraganaFirstName
(String hiraganaFirstName) void
setHiraganaLastName
(String hiraganaLastName) void
void
setLastName
(String lastName) void
setLastNameUnicode
(String lastNameUnicode) void
setLocation
(String location) void
setLocationCode
(String locationCode) void
void
setMyRoomBridgeId
(String myRoomBridgeId) void
setMyRoomRoomId
(String myRoomRoomId) void
void
setPhoneNumber
(String phoneNumber) void
setReceptionistNote
(String receptionistNote) void
setServiceName
(String serviceName) void
void
void
void
setYahooId
(String yahooId) void
toString()
-
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
-