public interface Participant
| 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. | 
String getId()
Collection<String> getParticipantTypes()
Copyright © 2019. All rights reserved.