public class WorkgroupInvitation extends Object
Modifier and Type | Field and Description |
---|---|
protected org.jxmpp.jid.Jid |
groupChatName |
protected org.jxmpp.jid.Jid |
invitationSender |
protected org.jxmpp.jid.Jid |
issuingWorkgroupName |
protected String |
messageBody |
protected Map<String,List<String>> |
metaData |
protected String |
sessionID |
protected org.jxmpp.jid.Jid |
uniqueID |
Constructor and Description |
---|
WorkgroupInvitation(org.jxmpp.jid.Jid jid,
org.jxmpp.jid.Jid group,
org.jxmpp.jid.Jid workgroup,
String sessID,
String msgBody,
org.jxmpp.jid.Jid from)
This calls the 5-argument constructor with a null MetaData argument value.
|
WorkgroupInvitation(org.jxmpp.jid.Jid jid,
org.jxmpp.jid.Jid group,
org.jxmpp.jid.Jid workgroup,
String sessID,
String msgBody,
org.jxmpp.jid.Jid from,
Map<String,List<String>> metaData)
WorkgroupInvitation.
|
Modifier and Type | Method and Description |
---|---|
org.jxmpp.jid.Jid |
getGroupChatName()
Get the group chat name.
|
org.jxmpp.jid.Jid |
getInvitationSender()
Get invitation sender.
|
String |
getMessageBody()
Get the message body.
|
Map<String,List<String>> |
getMetaData()
Get meta data.
|
String |
getSessionID()
Get the session id.
|
org.jxmpp.jid.Jid |
getUniqueID()
Get the unique id.
|
org.jxmpp.jid.Jid |
getWorkgroupName()
Get workgroup name.
|
protected org.jxmpp.jid.Jid uniqueID
protected org.jxmpp.jid.Jid groupChatName
protected org.jxmpp.jid.Jid issuingWorkgroupName
protected String messageBody
protected org.jxmpp.jid.Jid invitationSender
public WorkgroupInvitation(org.jxmpp.jid.Jid jid, org.jxmpp.jid.Jid group, org.jxmpp.jid.Jid workgroup, String sessID, String msgBody, org.jxmpp.jid.Jid 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(org.jxmpp.jid.Jid jid, org.jxmpp.jid.Jid group, org.jxmpp.jid.Jid workgroup, String sessID, String msgBody, org.jxmpp.jid.Jid 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 org.jxmpp.jid.Jid getUniqueID()
public String getSessionID()
public org.jxmpp.jid.Jid getGroupChatName()
public org.jxmpp.jid.Jid getWorkgroupName()
public String getMessageBody()
public org.jxmpp.jid.Jid getInvitationSender()
public Map<String,List<String>> getMetaData()