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
Represent Space event call.
-
Field Summary
FieldsFields inherited from class org.exoplatform.webconferencing.IdentityInfo
avatarLink, EMPTY, id, profileLink, title -
Constructor Summary
ConstructorsConstructorDescriptionSpaceEventInfo(org.exoplatform.social.core.identity.model.Identity spaceIdentity) Instantiates a new space event info. -
Method Summary
Modifier and TypeMethodDescriptionGets the group id of the space.getType()Gets the identity type.Methods inherited from class org.exoplatform.webconferencing.GroupInfo
addMember, addMembers, getCallId, getMembers, isGroup, setCallId, setMembersMethods inherited from class org.exoplatform.webconferencing.IdentityInfo
equals, getAvatarLink, getId, getProfileLink, getTitle, hashCode, setAvatarLink, setProfileLink
-
Field Details
-
groupId
The space group id.
-
-
Constructor Details
-
SpaceEventInfo
public SpaceEventInfo(org.exoplatform.social.core.identity.model.Identity spaceIdentity) Instantiates a new space event info.- Parameters:
spaceIdentity- the space identity
-
-
Method Details
-
getGroupId
Gets the group id of the space.- Returns:
- the groupId
-
getType
Gets the identity type.- Specified by:
getTypein classIdentityInfo- Returns:
- the type
-