public class ParticipantImpl extends Object implements Participant
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Collection<String> |
participantTypes |
| Constructor and Description |
|---|
ParticipantImpl(String id,
Collection<String> participantTypes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of the participant (equals the user id).
|
Collection<String> |
getParticipantTypes()
Returns the participant types of the user.
|
protected final String id
protected final Collection<String> participantTypes
public ParticipantImpl(String id, Collection<String> participantTypes)
public String getId()
ParticipantgetId in interface Participantpublic Collection<String> getParticipantTypes()
ParticipantgetParticipantTypes in interface ParticipantCopyright © 2019. All rights reserved.