public class WorkgroupInvitation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
groupChatName |
protected String |
invitationSender |
protected String |
issuingWorkgroupName |
protected String |
messageBody |
protected Map<String,List<String>> |
metaData |
protected String |
sessionID |
protected String |
uniqueID |
Constructor and Description |
---|
WorkgroupInvitation(String jid,
String group,
String workgroup,
String sessID,
String msgBody,
String from)
This calls the 5-argument constructor with a null MetaData argument value
|
WorkgroupInvitation(String jid,
String group,
String workgroup,
String sessID,
String msgBody,
String from,
Map<String,List<String>> metaData) |
Modifier and Type | Method and Description |
---|---|
String |
getGroupChatName() |
String |
getInvitationSender() |
String |
getMessageBody() |
Map<String,List<String>> |
getMetaData() |
String |
getSessionID() |
String |
getUniqueID() |
String |
getWorkgroupName() |
protected String uniqueID
protected String sessionID
protected String groupChatName
protected String issuingWorkgroupName
protected String messageBody
protected String invitationSender
public WorkgroupInvitation(String jid, String group, String workgroup, String sessID, String msgBody, String from)
jid
- the jid string with which the issuing AgentSession or Workgroup instance
was createdgroup
- the jid of the room to which the person is invitedworkgroup
- the jid of the workgroup issuing the invitationsessID
- the session id associated with the pending chatmsgBody
- the body of the message which contained the invitationfrom
- the user jid who issued the invitation, if known, null otherwisepublic WorkgroupInvitation(String jid, String group, String workgroup, String sessID, String msgBody, String from, Map<String,List<String>> metaData)
jid
- the jid string with which the issuing AgentSession or Workgroup instance
was createdgroup
- the jid of the room to which the person is invitedworkgroup
- the jid of the workgroup issuing the invitationsessID
- the session id associated with the pending chatmsgBody
- the body of the message which contained the invitationfrom
- the user jid who issued the invitation, if known, null otherwisemetaData
- the metadata sent with the invitationpublic String getUniqueID()
public String getSessionID()
public String getGroupChatName()
public String getWorkgroupName()
public String getMessageBody()
public String getInvitationSender()
Copyright © 2018. All rights reserved.