public class VideoCallsService.SpaceInfo extends GroupInfo
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,UserInfo> |
members
The members.
|
protected String |
prettyName
The space pretty name.
|
| Constructor and Description |
|---|
SpaceInfo(org.exoplatform.social.core.space.model.Space socialSpace)
Instantiates a new space info.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMember(UserInfo user)
Adds the member.
|
Map<String,UserInfo> |
getMembers()
Gets the members.
|
String |
getPrettyName()
Gets the pretty name.
|
protected final String prettyName
public SpaceInfo(org.exoplatform.social.core.space.model.Space socialSpace)
socialSpace - the social spacepublic Map<String,UserInfo> getMembers()
getMembers in class GroupInfoprotected void addMember(UserInfo user)
user - the userpublic String getPrettyName()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.