Class MessagingConnector.AttendeeInformation
- java.lang.Object
-
- org.ametys.plugins.messagingconnector.MessagingConnector.AttendeeInformation
-
- Enclosing interface:
- MessagingConnector
public static class MessagingConnector.AttendeeInformation extends Object
Internal class for attendee information
-
-
Constructor Summary
Constructors Constructor Description AttendeeInformation(boolean mandatory, MessagingConnector.ResponseType responseType)
Constructor for an attendee information
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingConnector.ResponseType
getResponseType()
Get the response typeboolean
isMandatory()
True if the attendee is mandatory
-
-
-
Constructor Detail
-
AttendeeInformation
public AttendeeInformation(boolean mandatory, MessagingConnector.ResponseType responseType)
Constructor for an attendee information- Parameters:
mandatory
- mandatoryresponseType
- the answer type
-
-
Method Detail
-
isMandatory
public boolean isMandatory()
True if the attendee is mandatory- Returns:
- true if the attendee is mandatory
-
getResponseType
public MessagingConnector.ResponseType getResponseType()
Get the response type- Returns:
- the response type
-
-