public static class MessagingConnector.AttendeeInformation extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
_mandatory |
private MessagingConnector.ResponseType |
_responseType |
Constructor and Description |
---|
AttendeeInformation(boolean mandatory,
MessagingConnector.ResponseType responseType)
Constructor for an attendee information
|
Modifier and Type | Method and Description |
---|---|
MessagingConnector.ResponseType |
getResponseType()
Get the response type
|
boolean |
isMandatory()
True if the attendee is mandatory
|
private boolean _mandatory
private MessagingConnector.ResponseType _responseType
public AttendeeInformation(boolean mandatory, MessagingConnector.ResponseType responseType)
mandatory
- mandatoryresponseType
- the answer typepublic boolean isMandatory()
public MessagingConnector.ResponseType getResponseType()