Class GroupDnDnTable3Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupDnDnTable3Row
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
Response to the GroupDnGetDetailedAvailableListRequest. The response contains a table with columns: "Phone Number", "Department". The "Phone Numbers" column contains a single DN. The "Department" column contains the department of the DN if the DN is part of the department. The "Activated" column indicates if the DN has been activated. Only has a value if the DN(s) is assigned to a user or if "Group Enable Activation Mode" is enabled.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static GroupDnDnTable3Row
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<GroupDnDnTable3Row>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setDepartment
(String department) void
setPhoneNumber
(String phoneNumber) toString()
-
Constructor Details
-
GroupDnDnTable3Row
public GroupDnDnTable3Row()
-
-
Method Details
-
getPhoneNumber
-
setPhoneNumber
-
getDepartment
-
setDepartment
-
getFromNode
public static GroupDnDnTable3Row 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<GroupDnDnTable3Row> 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
-