Class GroupAutoAttendantSubmenuSubmenuTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupAutoAttendantSubmenuSubmenuTable1Row
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupAutoAttendantSubmenuSubmenuTable1Row
extends Object
implements BroadWorksTableRow, Serializable
Response to the GroupAutoAttendantSubmenuGetUsageListRequest. Contains a table with column headings: "Type" and "Submenu ID". The "Type" Column will contain one of the following: Business Hours Menu, After Hours Menu, Holiday Menu or Submenu. The "Submenu ID" Column will be left blank when the "Type" Column contains one of the base menu types (Business Hours Menu, After Hours Menu or Holiday Menu), and will contain the Submenu ID when the "Type" Column contains type Submenu.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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 NodeArraygetType()
int
hashCode()
void
setSubmenuID
(String submenuID) void
toString()
-
Constructor Details
-
GroupAutoAttendantSubmenuSubmenuTable1Row
public GroupAutoAttendantSubmenuSubmenuTable1Row()
-
-
Method Details
-
getType
-
setType
-
getFromNode
public static GroupAutoAttendantSubmenuSubmenuTable1Row 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<GroupAutoAttendantSubmenuSubmenuTable1Row> 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
-