Package co.ecg.alpaca.toolkit.generated
Class MeetMeConferencingBridge.UserMeetMeConferencingAddConferenceResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.MeetMeConferencingBridge.UserMeetMeConferencingAddConferenceResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MeetMeConferencingBridge
public static class MeetMeConferencingBridge.UserMeetMeConferencingAddConferenceResponse
extends Response
Response to UserMeetMeConferencingAddConferenceRequest23. Contains the information of a conference.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected String
protected String
protected ConferenceSchedule
protected Boolean
protected String
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()
void
setAllowParticipantUnmuteInAutoLectureMode
(Boolean allowParticipantUnmuteInAutoLectureMode) void
setAllowUniqueIdentifier
(Boolean allowUniqueIdentifier) void
setAttendeeNotification
(MeetMeConferencingConferenceAttendeeNotification attendeeNotification) void
setBridgeId
(String bridgeId) void
setConferenceId
(String conferenceId) void
setConferenceSchedule
(ConferenceSchedule conferenceSchedule) void
setEndConferenceOnModeratorExit
(Boolean endConferenceOnModeratorExit) 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
-
conferenceId
-
moderatorPin
-
securityPin
-
user
-
bridgeId
-
title
-
muteAllAttendeesOnEntry
-
endConferenceOnModeratorExit
-
moderatorRequired
-
requireSecurityPin
-
allowUniqueIdentifier
-
attendeeNotification
-
conferenceSchedule
-
allowParticipantUnmuteInAutoLectureMode
-
-
Constructor Details
-
UserMeetMeConferencingAddConferenceResponse
public UserMeetMeConferencingAddConferenceResponse()
-
-
Method Details
-
setConferenceId
-
getConferenceId
-
setModeratorPin
-
getModeratorPin
-
setSecurityPin
-
getSecurityPin
-
setUser
-
getBroadWorksUser
-
setBridgeId
-
getBridgeId
-
setTitle
-
getTitle
-
setMuteAllAttendeesOnEntry
-
getMuteAllAttendeesOnEntry
-
setEndConferenceOnModeratorExit
-
getEndConferenceOnModeratorExit
-
setModeratorRequired
-
getModeratorRequired
-
setRequireSecurityPin
-
getRequireSecurityPin
-
setAllowUniqueIdentifier
-
getAllowUniqueIdentifier
-
setAttendeeNotification
public void setAttendeeNotification(MeetMeConferencingConferenceAttendeeNotification attendeeNotification) -
getAttendeeNotification
-
setConferenceSchedule
-
getConferenceSchedule
-
setAllowParticipantUnmuteInAutoLectureMode
public void setAllowParticipantUnmuteInAutoLectureMode(Boolean allowParticipantUnmuteInAutoLectureMode) -
getAllowParticipantUnmuteInAutoLectureMode
-
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
-