Class UserMeetMeConferencingConferenceTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserMeetMeConferencingConferenceTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserMeetMeConferencingConferenceTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the UserMeetMeConferencingGetConferenceListRequest. Contains a table with column headings: "Bridge Id", "Conference Id", "Title", "Bridge Name", "Status", "Type", "Start Time", "Last Name", "First Name" and "Host Id". The column values for "Status" can be Active, Inactive, or Expired. The column values for "Type" can be Reservationless, One Time, Recurring Daily, Recurring Weekly, Recurring Monthly, or Recurring Yearly. Start Time is in the format "yyyy-MM-dd'T'HH:mm:ss:SSSZ". Example: 2010-10-01T09:30:00:000-0400.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UserMeetMeConferencingConferenceTableRow()
-
Method Summary
-
Constructor Details
-
UserMeetMeConferencingConferenceTableRow
public UserMeetMeConferencingConferenceTableRow()
-
-
Method Details
-
getBridgeId
-
setBridgeId
-
getConferenceId
-
setConferenceId
-
getTitle
-
setTitle
-
getBridgeName
-
setBridgeName
-
getStatus
-
setStatus
-
getType
-
setType
-
getStartTime
-
setStartTime
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getHostId
-
setHostId
-
getFromNode
public static UserMeetMeConferencingConferenceTableRow 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<UserMeetMeConferencingConferenceTableRow> 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
-