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 Stringprotected Booleanprotected Booleanprotected MeetMeConferencingConferenceKeyprotected ConferenceScheduleprotected Booleanprotected Integerprotected Stringprotected Integerprotected Stringprotected Booleanprotected 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()booleanvoidsetAccountCode(String accountCode) voidsetAllowParticipantUnmuteInAutoLectureMode(Boolean allowParticipantUnmuteInAutoLectureMode) voidsetAllowUniqueIdentifier(Boolean allowUniqueIdentifier) voidsetAttendeeNotification(MeetMeConferencingConferenceAttendeeNotification attendeeNotification) voidsetConferenceKey(MeetMeConferencingConferenceKey conferenceKey) voidsetConferenceSchedule(ConferenceSchedule conferenceSchedule) voidsetEndConferenceOnModeratorExit(Boolean endConferenceOnModeratorExit) voidsetEstimatedParticipants(Integer estimatedParticipants) voidvoidsetHostTimeZone(String hostTimeZone) voidsetMaxParticipants(Integer maxParticipants) 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
-
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:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-