Uses of Class
org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Type

Packages that use RoomInvitation.Type
org.jivesoftware.smackx.workgroup.agent   
org.jivesoftware.smackx.workgroup.packet   
 

Uses of RoomInvitation.Type in org.jivesoftware.smackx.workgroup.agent
 

Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type RoomInvitation.Type
 void AgentSession.sendRoomInvitation(RoomInvitation.Type type, java.lang.String invitee, java.lang.String sessionID, java.lang.String reason)
          Invites a user or agent to an existing session support.
 

Uses of RoomInvitation.Type in org.jivesoftware.smackx.workgroup.packet
 

Methods in org.jivesoftware.smackx.workgroup.packet that return RoomInvitation.Type
static RoomInvitation.Type RoomInvitation.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RoomInvitation.Type[] RoomInvitation.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jivesoftware.smackx.workgroup.packet with parameters of type RoomInvitation.Type
RoomInvitation(RoomInvitation.Type type, java.lang.String invitee, java.lang.String sessionID, java.lang.String reason)