Uses of Enum Class
org.jivesoftware.openfire.roster.RosterItem.RecvType
Packages that use RosterItem.RecvType
Package
Description
IQ class implementations.
Provides classes for managing the roster.
-
Uses of RosterItem.RecvType in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that return RosterItem.RecvTypeConstructors in org.jivesoftware.openfire.handler with parameters of type RosterItem.RecvTypeModifierConstructorDescriptionChange(RosterItem.RecvType recv, RosterItem.SubType sub, RosterItem.AskType ask) -
Uses of RosterItem.RecvType in org.jivesoftware.openfire.roster
Fields in org.jivesoftware.openfire.roster declared as RosterItem.RecvTypeModifier and TypeFieldDescriptionstatic final RosterItem.RecvTypeRosterItem.RECV_NONEThere are no subscriptions that have been received but not presented to the user.static final RosterItem.RecvTypeRosterItem.RECV_SUBSCRIBEThe server has received a subscribe request, but has not forwarded it to the user.static final RosterItem.RecvTypeRosterItem.RECV_UNSUBSCRIBEThe server has received an unsubscribe request, but has not forwarded it to the user.protected RosterItem.RecvTypeRosterItem.recvStatusMethods in org.jivesoftware.openfire.roster that return RosterItem.RecvTypeModifier and TypeMethodDescriptionRosterItem.getRecvStatus()Obtain the current recv status of the item.static RosterItem.RecvTypeRosterItem.RecvType.getTypeFromInt(int value) static RosterItem.RecvTypeReturns the enum constant of this class with the specified name.static RosterItem.RecvType[]RosterItem.RecvType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.roster with parameters of type RosterItem.RecvTypeModifier and TypeMethodDescriptionvoidRosterItem.setRecvStatus(RosterItem.RecvType recvStatus) Set the current recv status of the item.Constructors in org.jivesoftware.openfire.roster with parameters of type RosterItem.RecvTypeModifierConstructorDescriptionRosterItem(long id, org.xmpp.packet.JID jid, RosterItem.SubType subStatus, RosterItem.AskType askStatus, RosterItem.RecvType recvStatus, String nickname, List<String> groups) RosterItem(org.xmpp.packet.JID jid, RosterItem.SubType subStatus, RosterItem.AskType askStatus, RosterItem.RecvType recvStatus, String nickname, List<String> groups)