public interface ConversationRegistryEntry
| Modifier and Type | Method and Description | 
|---|---|
| String | getConversationId()The id of the conversation that this participant is part of | 
| Date | getCreationTime()Timestamp whenever the entry was created (has no impact on permissions, just for auditing) | 
| String | getGroupId()The id of the group participating in the conversation | 
| String | getId()The id of the registry entry | 
| Date | getJoiningTime()The time where the participant joined the conversation (might be even in the past, if past messages should become visible) | 
| Date | getLeavingTime()The (optional) time where the participant left the conversation (empty means they didn't left yet) | 
| String | getParticipantType()The type of the participant (e.g. | 
| Date | getUpdateTime()Timestamp of when this entry was changed the last time (has no impact on permissions, just for auditing) | 
| String | getUserId()The id of the user participating in the conversation | 
String getId()
String getConversationId()
String getUserId()
String getGroupId()
String getParticipantType()
Date getCreationTime()
Date getUpdateTime()
Date getJoiningTime()
Date getLeavingTime()
null if the participant is still part of itCopyright © 2019. All rights reserved.