Class GroupAutoAttendantAutoAttendantTable1Row
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.GroupAutoAttendantAutoAttendantTable1Row
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupAutoAttendantAutoAttendantTable1Row extends Object implements BroadWorksTableRow, Serializable
Response to the GroupAutoAttendantGetInstancePagedSortedListRequest. The response contains a table with columns: "Service User Id", "Name", "Phone Number", "Is Phone Number Activated", "Country Code", "National Prefix", "Extension", "Department", "Department Type", "Parent Department", "Parent Department Type", "Is Active", "Type". The column values for "Is Active" can either be true, or false. The column values for "Type" can either be Basic or Standard. The "Department Type" and "Parent Department Type" columns will contain the values "Enterprise" or "Group". In XS Mode the value for the "Type" column will always be populated with Basic.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupAutoAttendantAutoAttendantTable1Row()
-
Method Summary
-
-
-
Method Detail
-
getServiceUserId
public String getServiceUserId()
-
setServiceUserId
public void setServiceUserId(String serviceUserId)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPhoneNumber
public String getPhoneNumber()
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
getIsPhoneNumberActivated
public String getIsPhoneNumberActivated()
-
setIsPhoneNumberActivated
public void setIsPhoneNumberActivated(String isPhoneNumberActivated)
-
getCountryCode
public String getCountryCode()
-
setCountryCode
public void setCountryCode(String countryCode)
-
getNationalPrefix
public String getNationalPrefix()
-
setNationalPrefix
public void setNationalPrefix(String nationalPrefix)
-
getExtension
public String getExtension()
-
setExtension
public void setExtension(String extension)
-
getDepartment
public String getDepartment()
-
setDepartment
public void setDepartment(String department)
-
getDepartmentType
public String getDepartmentType()
-
setDepartmentType
public void setDepartmentType(String departmentType)
-
getParentDepartment
public String getParentDepartment()
-
setParentDepartment
public void setParentDepartment(String parentDepartment)
-
getParentDepartmentType
public String getParentDepartmentType()
-
setParentDepartmentType
public void setParentDepartmentType(String parentDepartmentType)
-
getIsActive
public String getIsActive()
-
setIsActive
public void setIsActive(String isActive)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getFromNode
public static GroupAutoAttendantAutoAttendantTable1Row 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<GroupAutoAttendantAutoAttendantTable1Row> 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
-
-