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 Booleanprotected Booleanprotected Stringprotected Stringprotected ConferenceScheduleprotected Booleanprotected Stringprotected Booleanprotected Booleanprotected Booleanprotected Stringprotected Stringprotected BroadWorksUserFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTitle()inthashCode()voidsetAllowParticipantUnmuteInAutoLectureMode(Boolean allowParticipantUnmuteInAutoLectureMode) voidsetAllowUniqueIdentifier(Boolean allowUniqueIdentifier) voidsetAttendeeNotification(MeetMeConferencingConferenceAttendeeNotification attendeeNotification) voidsetBridgeId(String bridgeId) voidsetConferenceId(String conferenceId) voidsetConferenceSchedule(ConferenceSchedule conferenceSchedule) voidsetEndConferenceOnModeratorExit(Boolean endConferenceOnModeratorExit) voidsetModeratorPin(String moderatorPin) voidsetModeratorRequired(Boolean moderatorRequired) voidsetMuteAllAttendeesOnEntry(Boolean muteAllAttendeesOnEntry) voidsetRequireSecurityPin(Boolean requireSecurityPin) voidsetSecurityPin(String securityPin) voidvoidsetUser(BroadWorksUser user) toString()voidTransforms 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, setRequestMethods 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:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-