Package co.ecg.alpaca.toolkit.generated
Class MeetMeConferencingBridge.UserMeetMeConferencingGetConferenceResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.MeetMeConferencingBridge.UserMeetMeConferencingGetConferenceResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
MeetMeConferencingBridge
public static class MeetMeConferencingBridge.UserMeetMeConferencingGetConferenceResponse
extends Response
Response to UserMeetMeConferencingGetConferenceRequest23. Contains the information of a conference.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
protected Boolean
protected MeetMeConferencingConferenceKey
protected ConferenceSchedule
protected Boolean
protected Integer
protected String
protected Integer
protected String
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected String
protected String
protected BroadWorksUser
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getTitle()
int
hashCode()
boolean
void
setAccountCode
(String accountCode) void
setAllowParticipantUnmuteInAutoLectureMode
(Boolean allowParticipantUnmuteInAutoLectureMode) void
setAllowUniqueIdentifier
(Boolean allowUniqueIdentifier) void
setAttendeeNotification
(MeetMeConferencingConferenceAttendeeNotification attendeeNotification) void
setConferenceKey
(MeetMeConferencingConferenceKey conferenceKey) void
setConferenceSchedule
(ConferenceSchedule conferenceSchedule) void
setEndConferenceOnModeratorExit
(Boolean endConferenceOnModeratorExit) void
setEstimatedParticipants
(Integer estimatedParticipants) void
void
setHostTimeZone
(String hostTimeZone) void
setMaxParticipants
(Integer maxParticipants) void
setModeratorPin
(String moderatorPin) void
setModeratorRequired
(Boolean moderatorRequired) void
setMuteAllAttendeesOnEntry
(Boolean muteAllAttendeesOnEntry) void
setRequireSecurityPin
(Boolean requireSecurityPin) void
setSecurityPin
(String securityPin) void
void
setUser
(BroadWorksUser user) toString()
void
Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
title
-
estimatedParticipants
-
restrictParticipants
-
maxParticipants
-
accountCode
-
muteAllAttendeesOnEntry
-
endConferenceOnModeratorExit
-
moderatorRequired
-
requireSecurityPin
-
securityPin
-
allowUniqueIdentifier
-
attendeeNotification
-
conferenceSchedule
-
moderatorPin
-
hostTimeZone
-
allowParticipantUnmuteInAutoLectureMode
-
user
-
conferenceKey
-
-
Constructor Details
-
UserMeetMeConferencingGetConferenceResponse
public UserMeetMeConferencingGetConferenceResponse()
-
-
Method Details
-
setTitle
-
getTitle
-
setEstimatedParticipants
-
getEstimatedParticipants
-
setFlagRestrictParticipants
public void setFlagRestrictParticipants() -
restrictParticipantsFlagExist
public boolean restrictParticipantsFlagExist() -
getRestrictParticipants
-
setMaxParticipants
-
getMaxParticipants
-
setAccountCode
-
getAccountCode
-
setMuteAllAttendeesOnEntry
-
getMuteAllAttendeesOnEntry
-
setEndConferenceOnModeratorExit
-
getEndConferenceOnModeratorExit
-
setModeratorRequired
-
getModeratorRequired
-
setRequireSecurityPin
-
getRequireSecurityPin
-
setSecurityPin
-
getSecurityPin
-
setAllowUniqueIdentifier
-
getAllowUniqueIdentifier
-
setAttendeeNotification
public void setAttendeeNotification(MeetMeConferencingConferenceAttendeeNotification attendeeNotification) -
getAttendeeNotification
-
setConferenceSchedule
-
getConferenceSchedule
-
setModeratorPin
-
getModeratorPin
-
setHostTimeZone
-
getHostTimeZone
-
setAllowParticipantUnmuteInAutoLectureMode
public void setAllowParticipantUnmuteInAutoLectureMode(Boolean allowParticipantUnmuteInAutoLectureMode) -
getAllowParticipantUnmuteInAutoLectureMode
-
setUser
-
getBroadWorksUser
-
setConferenceKey
-
getConferenceKey
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-