Class MessagingConnector.AttendeeInformation
java.lang.Object
org.ametys.plugins.messagingconnector.MessagingConnector.AttendeeInformation
- Enclosing interface:
 - MessagingConnector
 
Internal class for attendee information
- 
Constructor Summary
ConstructorsConstructorDescriptionAttendeeInformation(boolean mandatory, MessagingConnector.ResponseType responseType) Constructor for an attendee information - 
Method Summary
Modifier and TypeMethodDescriptionGet the response typebooleanTrue if the attendee is mandatory 
- 
Constructor Details
- 
AttendeeInformation
Constructor for an attendee information- Parameters:
 mandatory- mandatoryresponseType- the answer type
 
 - 
 - 
Method Details
- 
isMandatory
True if the attendee is mandatory- Returns:
 - true if the attendee is mandatory
 
 - 
getResponseType
Get the response type- Returns:
 - the response type
 
 
 -