public class ChatConversation extends ChatConversationBase
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatConversation.Builder |
conversationId, eTag, firstLocalEventId, lastLocalEventId, latestRemoteEventId, updatedOn| Constructor and Description |
|---|
ChatConversation() |
| Modifier and Type | Method and Description |
|---|---|
static ChatConversation.Builder |
builder() |
java.lang.String |
getDescription()
Get description of the Conversation.
|
java.lang.String |
getName()
Get name of the Conversation.
|
Role |
getOwnerPrivileges()
Gets owner privileges in associated conversation.
|
Role |
getParticipantPrivileges()
Gets participant privileges in associated conversation.
|
boolean |
isPublic()
Check if the Conversation is public.
|
baseBuilder, getConversationId, getETag, getFirstLocalEventId, getLastLocalEventId, getLastRemoteEventId, getUpdatedOn, setUpdatedOnpublic java.lang.String getName()
public java.lang.String getDescription()
public Role getOwnerPrivileges()
public Role getParticipantPrivileges()
public boolean isPublic()
public static ChatConversation.Builder builder()