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.RecvType
RosterItem.RECV_NONE
There are no subscriptions that have been received but not presented to the user.static final RosterItem.RecvType
RosterItem.RECV_SUBSCRIBE
The server has received a subscribe request, but has not forwarded it to the user.static final RosterItem.RecvType
RosterItem.RECV_UNSUBSCRIBE
The server has received an unsubscribe request, but has not forwarded it to the user.protected RosterItem.RecvType
RosterItem.recvStatus
Methods in org.jivesoftware.openfire.roster that return RosterItem.RecvTypeModifier and TypeMethodDescriptionRosterItem.getRecvStatus()
Obtain the current recv status of the item.static RosterItem.RecvType
RosterItem.RecvType.getTypeFromInt
(int value) static RosterItem.RecvType
Returns 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 TypeMethodDescriptionvoid
RosterItem.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)