Uses of Enum
org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Type
Packages that use RoomTransfer.Type
Package
Description
TODO describe me.
TODO describe me.
-
Uses of RoomTransfer.Type in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type RoomTransfer.TypeModifier and TypeMethodDescriptionvoid
AgentSession.sendRoomTransfer
(RoomTransfer.Type type, String invitee, String sessionID, String reason) Transfer an existing session support to another user or agent. -
Uses of RoomTransfer.Type in org.jivesoftware.smackx.workgroup.packet
Methods in org.jivesoftware.smackx.workgroup.packet that return RoomTransfer.TypeModifier and TypeMethodDescriptionstatic RoomTransfer.Type
Returns the enum constant of this type with the specified name.static RoomTransfer.Type[]
RoomTransfer.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 RoomTransfer.TypeModifierConstructorDescriptionRoomTransfer
(RoomTransfer.Type type, String invitee, String sessionID, String reason)