Class GroupAutoAttendantAutoAttendantTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupAutoAttendantAutoAttendantTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupAutoAttendantAutoAttendantTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the GroupAutoAttendantGetInstanceListRequest. Contains a table with column headings: "Service User Id", "Name", "Video", "Phone Number", "Extension", "Department", "Is Active", "Type". The column values for "Video" and "Is Active" can either be true, or false. The column values for "Type" can either be Basic or Standard. In XS Mode the value for the "Type" column will always be populated with Basic.
- 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 NodeArraygetName()getType()getVideo()inthashCode()voidsetDepartment(String department) voidsetExtension(String extension) voidsetIsActive(String isActive) voidvoidsetPhoneNumber(String phoneNumber) voidsetServiceUserId(String serviceUserId) voidvoidtoString()
-
Constructor Details
-
GroupAutoAttendantAutoAttendantTableRow
public GroupAutoAttendantAutoAttendantTableRow()
-
-
Method Details
-
getServiceUserId
-
setServiceUserId
-
getName
-
setName
-
getVideo
-
setVideo
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getDepartment
-
setDepartment
-
getIsActive
-
setIsActive
-
getType
-
setType
-
getFromNode
public static GroupAutoAttendantAutoAttendantTableRow 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<GroupAutoAttendantAutoAttendantTableRow> 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
-