org.jivesoftware.smackx.workgroup.agent
Class InvitationRequest
java.lang.Object
   org.jivesoftware.smackx.workgroup.agent.OfferContent
org.jivesoftware.smackx.workgroup.agent.OfferContent
       org.jivesoftware.smackx.workgroup.agent.InvitationRequest
org.jivesoftware.smackx.workgroup.agent.InvitationRequest
- public class InvitationRequest 
- extends OfferContent
Request sent by an agent to invite another agent or user.
- Author:
- Gaston Dombiak
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
InvitationRequest
public InvitationRequest(String inviter,
                         String room,
                         String reason)
getInviter
public String getInviter()
- 
 
getRoom
public String getRoom()
- 
 
getReason
public String getReason()
- 
 
Copyright © 2003-2007 Jive Software.