public class CallInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The id.
|
protected Date |
lastDate
The last date.
|
protected IdentityInfo |
owner
The owner.
|
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 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 |
getId()
Gets the id.
|
Date |
getLastDate()
Gets the last use date.
|
IdentityInfo |
getOwner()
Gets the owner.
|
Set<UserInfo> |
getParticipants()
Gets the participants (users planned for the call).
|
String |
getProviderType()
Gets the provider type.
|
String |
getState()
Gets the state.
|
String |
getTitle()
Gets the title.
|
void |
setLastDate(Date lastDate)
Sets the last use date.
|
void |
setState(String state)
Sets the state.
|
protected final String id
protected final String title
protected final IdentityInfo owner
protected final String providerType
protected String state
protected Date lastDate
public CallInfo(String id, String title, IdentityInfo owner, String providerType)
id - the idtitle - the titleowner - the ownerproviderType - the provider typepublic String getId()
public String getTitle()
null.nullpublic Set<UserInfo> getParticipants()
public IdentityInfo getOwner()
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 statepublic Date getLastDate()
public void setLastDate(Date lastDate)
lastDate - the date to setCopyright © 2003–2020 eXo Platform SAS. All rights reserved.