public class CallInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
avatarLink
The avatar link.
|
protected String |
id
The id.
|
protected IdentityInfo |
owner
The owner.
|
protected String |
ownerLink
The owner link.
|
protected String |
ownerType
The owner type.
|
protected Set<UserInfo> |
participants
The participants.
|
protected String |
providerType
The provider type.
|
protected String |
state
The state.
|
protected String |
title
The title.
|
| Constructor and Description |
|---|
CallInfo(String id,
String title,
IdentityInfo owner,
String ownerType,
String ownerLink,
String avatarLink,
String providerType)
Instantiates a new call info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParticipant(UserInfo part)
Adds the participant.
|
void |
addParticipants(Collection<UserInfo> parts)
Adds the participants.
|
String |
getAvatarLink()
Gets the avatar link.
|
String |
getId()
Gets the id.
|
IdentityInfo |
getOwner()
Gets the owner.
|
String |
getOwnerLink()
Gets the owner link.
|
String |
getOwnerType()
Gets the owner type.
|
Set<UserInfo> |
getParticipants()
Gets the participants.
|
String |
getProviderType()
Gets the provider type.
|
String |
getState()
Gets the state.
|
String |
getTitle()
Gets the title.
|
void |
setState(String state)
Sets the state.
|
protected final String id
protected final String title
protected final IdentityInfo owner
protected final String ownerType
protected final String ownerLink
protected final String avatarLink
protected final String providerType
protected String state
public CallInfo(String id, String title, IdentityInfo owner, String ownerType, String ownerLink, String avatarLink, String providerType)
id - the idtitle - the titleowner - the ownerownerType - the owner typeownerLink - the owner linkavatarLink - the avatar linkproviderType - the provider typepublic String getId()
public String getTitle()
public Set<UserInfo> getParticipants()
public IdentityInfo getOwner()
public String getOwnerType()
public String getOwnerLink()
public String getAvatarLink()
public String getProviderType()
public void addParticipants(Collection<UserInfo> parts)
parts - the partspublic void addParticipant(UserInfo part)
part - the partpublic String getState()
public void setState(String state)
state - the new stateCopyright © 2003–2017 eXo Platform SAS. All rights reserved.