public class ConversationParticipant extends Object
| Constructor and Description | 
|---|
| ConversationParticipant() | 
| ConversationParticipant(String id,
                       String displayName) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getDisplayName() | 
| String | getId() | 
| int | hashCode() | 
| void | setDisplayName(String displayName) | 
| void | setId(String id) | 
Copyright © 2019. All rights reserved.