@Entity(name="WebConfInvite") public class InviteEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
callId
The call id.
|
static String |
EXTERNAL_USER_TYPE
The Constant EXTERNAL_USER_TYPE.
|
static String |
GROUP_TYPE
The Constant GROUP_TYPE.
|
protected String |
identity
The identity.
|
protected String |
identityType
The identity type.
|
protected String |
invitatationId
The invitation id.
|
static String |
USER_TYPE
The Constant USER_TYPE.
|
| Constructor and Description |
|---|
InviteEntity()
Instantiates a new invite entity.
|
InviteEntity(String callId,
String identity,
String identityType,
String invitationId)
Instantiates a new invite entity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallId()
Gets the call id.
|
String |
getIdentity()
Gets the identity.
|
String |
getIdentityType()
Gets the identity type.
|
String |
getInvitationId()
Gets the invitation id.
|
void |
setCallId(String callId)
Sets the call id.
|
void |
setIdentity(String identity)
Sets the identity.
|
void |
setIdentityType(String identityType)
Sets the identity type.
|
void |
setInvitationId(String invitationId)
Sets the invitation id.
|
public static final String USER_TYPE
public static final String GROUP_TYPE
public static final String EXTERNAL_USER_TYPE
protected String callId
protected String identity
protected String identityType
protected String invitatationId
public String getCallId()
public void setCallId(String callId)
callId - the new call idpublic String getIdentity()
public void setIdentity(String identity)
identity - the new identitypublic String getIdentityType()
public void setIdentityType(String identityType)
identityType - the new identity typepublic String getInvitationId()
public void setInvitationId(String invitationId)
invitationId - the new invitation idCopyright © 2003–2021 eXo Platform SAS. All rights reserved.