Uses of Class
org.jivesoftware.smackx.workgroup.agent.OfferContent
Packages that use OfferContent
Package
Description
TODO describe me.
TODO describe me.
-
Uses of OfferContent in org.jivesoftware.smackx.workgroup.agent
Subclasses of OfferContent in org.jivesoftware.smackx.workgroup.agentModifier and TypeClassDescriptionclass
Request sent by an agent to invite another agent or user.class
Request sent by an agent to transfer a support session to another agent or user.class
Requests made by users to get support by some agent.Methods in org.jivesoftware.smackx.workgroup.agent that return OfferContentModifier and TypeMethodDescriptionOffer.getContent()
Returns the content of the offer.static OfferContent
UserRequest.getInstance()
-
Uses of OfferContent in org.jivesoftware.smackx.workgroup.packet
Methods in org.jivesoftware.smackx.workgroup.packet that return OfferContentConstructors in org.jivesoftware.smackx.workgroup.packet with parameters of type OfferContentModifierConstructorDescriptionOfferRequestPacket
(Jid userJID, Jid userID, int timeout, Map<String, List<String>> metaData, String sessionID, OfferContent content)