Class GroupDnDnTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupDnDnTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
Response to the GroupDnGetActivationListRequest. The response contains a table with columns: "Phone Numbers", and "Activated". Phone Numbers are only returned if assigned to a user. The "Phone Numbers" column contains either a single DN or a range of DNs. The "Activated" column indicates if the phone number(s) are activated or not.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GroupDnDnTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<GroupDnDnTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayinthashCode()voidsetActivated(String activated) voidsetPhoneNumbers(String phoneNumbers) toString()
-
Constructor Details
-
GroupDnDnTableRow
public GroupDnDnTableRow()
-
-
Method Details
-
getPhoneNumbers
-
setPhoneNumbers
-
getActivated
-
setActivated
-
getFromNode
public static GroupDnDnTableRow 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<GroupDnDnTableRow> 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
-