public abstract class GroupInfo extends IdentityInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
callId
The group call id.
|
protected Map<String,UserInfo> |
members
The members.
|
avatarLink, EMPTY, id, profileLink, title| Constructor and Description |
|---|
GroupInfo(String id,
String title)
Instantiates a new group info.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMember(UserInfo user)
Adds the member.
|
protected void |
addMembers(Collection<UserInfo> users)
Adds the members (bulk operation).
|
String |
getCallId()
Gets the call id.
|
Map<String,UserInfo> |
getMembers()
Gets the members.
|
boolean |
isGroup()
Checks if it is a group.
|
protected void |
setCallId(String callId)
Sets the call id.
|
getAvatarLink, getId, getProfileLink, getTitle, getType, setAvatarLink, setProfileLinkprotected String callId
public String getCallId()
public boolean isGroup()
isGroup in class IdentityInfoprotected void setCallId(String callId)
callId - the new call idprotected void addMember(UserInfo user)
user - the userprotected void addMembers(Collection<UserInfo> users)
users - the usersCopyright © 2003–2020 eXo Platform SAS. All rights reserved.