Class GroupCollaborateBridgeCollaborateBridgeTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupCollaborateBridgeCollaborateBridgeTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupCollaborateBridgeCollaborateBridgeTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the GroupCollaborateBridgeGetInstanceListRequest. Contains a table with column headings: "Service User Id", "Name", "Phone Number", "Extension", "Department", "Participants", and "Is Default". The column values for "Is default" can either be true, or false.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GroupCollaborateBridgeCollaborateBridgeTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetDepartment()StringgetExtension()static GroupCollaborateBridgeCollaborateBridgeTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<GroupCollaborateBridgeCollaborateBridgeTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetIsDefault()StringgetName()StringgetParticipants()StringgetPhoneNumber()StringgetServiceUserId()inthashCode()voidsetDepartment(String department)voidsetExtension(String extension)voidsetIsDefault(String isDefault)voidsetName(String name)voidsetParticipants(String participants)voidsetPhoneNumber(String phoneNumber)voidsetServiceUserId(String serviceUserId)StringtoString()
-
Constructor Details
-
GroupCollaborateBridgeCollaborateBridgeTableRow
public GroupCollaborateBridgeCollaborateBridgeTableRow()
-
-
Method Details
-
getServiceUserId
-
setServiceUserId
-
getName
-
setName
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getDepartment
-
setDepartment
-
getParticipants
-
setParticipants
-
getIsDefault
-
setIsDefault
-
getFromNode
public static GroupCollaborateBridgeCollaborateBridgeTableRow 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<GroupCollaborateBridgeCollaborateBridgeTableRow> 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
-