Uses of Class
org.jivesoftware.smackx.workgroup.agent.OfferContent
-
Packages that use OfferContent Package Description org.jivesoftware.smackx.workgroup.agent TODO describe me.org.jivesoftware.smackx.workgroup.packet TODO describe me. -
-
Uses of OfferContent in org.jivesoftware.smackx.workgroup.agent
Subclasses of OfferContent in org.jivesoftware.smackx.workgroup.agent Modifier and Type Class Description classInvitationRequestRequest sent by an agent to invite another agent or user.classTransferRequestRequest sent by an agent to transfer a support session to another agent or user.classUserRequestRequests made by users to get support by some agent.Methods in org.jivesoftware.smackx.workgroup.agent that return OfferContent Modifier and Type Method Description OfferContentOffer. getContent()Returns the content of the offer.static OfferContentUserRequest. getInstance() -
Uses of OfferContent in org.jivesoftware.smackx.workgroup.packet
Methods in org.jivesoftware.smackx.workgroup.packet that return OfferContent Modifier and Type Method Description OfferContentOfferRequestProvider.OfferRequestPacket. getContent()Constructors in org.jivesoftware.smackx.workgroup.packet with parameters of type OfferContent Constructor Description OfferRequestPacket(Jid userJID, Jid userID, int timeout, java.util.Map<java.lang.String,java.util.List<java.lang.String>> metaData, java.lang.String sessionID, OfferContent content)
-