public class CalendarEventAttendee extends Object
| Modifier and Type | Field and Description | 
|---|---|
private String | 
_email  | 
private boolean | 
_external  | 
private String | 
_login  | 
private boolean | 
_mandatory  | 
private String | 
_populationId  | 
| Constructor and Description | 
|---|
CalendarEventAttendee()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEmail()
Get the email of the attendee 
 | 
String | 
getLogin()
Get the login of the attendee 
 | 
String | 
getPopulationId()
Get the population ID of the attendee 
 | 
boolean | 
isExternal()
true if the attendee is external 
 | 
boolean | 
isMandatory()
true if the attendee is mandatory 
 | 
void | 
setEmail(String email)
Set the email of the attendee 
 | 
void | 
setIsExternal(boolean external)
Set if the attendee is external 
 | 
void | 
setIsMandatory(boolean mandatory)
Set if the attendee is mandatory 
 | 
void | 
setLogin(String login)
Set the login of the attendee 
 | 
void | 
setPopulationId(String populationId)
Set the population ID of the attendee 
 | 
private String _populationId
private boolean _external
private boolean _mandatory
public CalendarEventAttendee()
public String getPopulationId()
public boolean isExternal()
public boolean isMandatory()
public void setPopulationId(String populationId)
populationId - the population IDpublic void setLogin(String login)
login - the loginpublic void setEmail(String email)
email - the emailpublic void setIsExternal(boolean external)
external - is externalpublic void setIsMandatory(boolean mandatory)
mandatory - is mandatory