public class CallInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
avatarLink |
protected String |
id |
protected IdentityInfo |
owner |
protected String |
ownerLink |
protected String |
ownerType |
protected Set<UserInfo> |
participants |
protected String |
title |
| Constructor and Description |
|---|
CallInfo(String id,
String title,
IdentityInfo owner,
String ownerType,
String ownerLink,
String avatarLink) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParticipant(UserInfo part) |
void |
addParticipants(Collection<UserInfo> parts) |
String |
getAvatarLink() |
String |
getId() |
IdentityInfo |
getOwner() |
String |
getOwnerLink() |
String |
getOwnerType() |
Set<UserInfo> |
getParticipants() |
String |
getTitle() |
protected final String id
protected final String title
protected final IdentityInfo owner
protected final String ownerType
protected final String ownerLink
protected final String avatarLink
public String getId()
public String getTitle()
public IdentityInfo getOwner()
public String getOwnerType()
public String getOwnerLink()
public String getAvatarLink()
public void addParticipants(Collection<UserInfo> parts)
public void addParticipant(UserInfo part)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.