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 boolean
equals(Object o)
String
getDepartment()
String
getExtension()
static GroupCollaborateBridgeCollaborateBridgeTableRow
getFromNode(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 NodeArrayString
getIsDefault()
String
getName()
String
getParticipants()
String
getPhoneNumber()
String
getServiceUserId()
int
hashCode()
void
setDepartment(String department)
void
setExtension(String extension)
void
setIsDefault(String isDefault)
void
setName(String name)
void
setParticipants(String participants)
void
setPhoneNumber(String phoneNumber)
void
setServiceUserId(String serviceUserId)
String
toString()
-
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
-