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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupAutoAttendantSubmenuSubmenuTable1Row()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static GroupAutoAttendantSubmenuSubmenuTable1Row
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<GroupAutoAttendantSubmenuSubmenuTable1Row>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getSubmenuID()
String
getType()
int
hashCode()
void
setSubmenuID(String submenuID)
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getSubmenuID
public String getSubmenuID()
-
setSubmenuID
public void setSubmenuID(String submenuID)
-
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
-
-