Package org.exoplatform.webconferencing
Class WebConferencingService.SpaceEventInfo
- java.lang.Object
-
- org.exoplatform.webconferencing.IdentityInfo
-
- org.exoplatform.webconferencing.GroupInfo
-
- org.exoplatform.webconferencing.WebConferencingService.SpaceEventInfo
-
- Enclosing class:
- WebConferencingService
public class WebConferencingService.SpaceEventInfo extends GroupInfo
Represent Space event call.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringgroupIdThe space group id.-
Fields inherited from class org.exoplatform.webconferencing.IdentityInfo
avatarLink, EMPTY, id, profileLink, title
-
-
Constructor Summary
Constructors Constructor Description SpaceEventInfo(org.exoplatform.social.core.space.model.Space socialSpace)Instantiates a new space event info.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()Gets the group id of the space.StringgetType()Gets the identity type.-
Methods inherited from class org.exoplatform.webconferencing.GroupInfo
addMember, addMembers, getCallId, getMembers, isGroup, setCallId, setMembers
-
Methods inherited from class org.exoplatform.webconferencing.IdentityInfo
equals, getAvatarLink, getId, getProfileLink, getTitle, hashCode, setAvatarLink, setProfileLink
-
-
-
-
Field Detail
-
groupId
protected final String groupId
The space group id.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Gets the group id of the space.- Returns:
- the groupId
-
getType
public String getType()
Gets the identity type.- Specified by:
getTypein classIdentityInfo- Returns:
- the type
-
-