Uses of Enum Class
org.jivesoftware.openfire.roster.RosterItem.AskType
Packages that use RosterItem.AskType
Package
Description
IQ class implementations.
Provides classes for managing the roster.
-
Uses of RosterItem.AskType in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that return RosterItem.AskTypeConstructors in org.jivesoftware.openfire.handler with parameters of type RosterItem.AskTypeModifierConstructorDescriptionChange(RosterItem.RecvType recv, RosterItem.SubType sub, RosterItem.AskType ask) -
Uses of RosterItem.AskType in org.jivesoftware.openfire.roster
Fields in org.jivesoftware.openfire.roster declared as RosterItem.AskTypeModifier and TypeFieldDescriptionstatic final RosterItem.AskTypeRosterItem.ASK_NONEThe roster item has no pending subscription requests.static final RosterItem.AskTypeRosterItem.ASK_SUBSCRIBEThe roster item has been asked for permission to subscribe to their presence but no response has been received.static final RosterItem.AskTypeRosterItem.ASK_UNSUBSCRIBEThe roster owner has asked to the roster item to unsubscribe from it's presence but has not received confirmation.protected RosterItem.AskTypeRosterItem.askStatusMethods in org.jivesoftware.openfire.roster that return RosterItem.AskTypeModifier and TypeMethodDescriptionRosterItem.getAskStatus()Obtain the current ask status of the item.static RosterItem.AskTypeRosterItem.getAskStatus(org.xmpp.packet.Roster.Item item) static RosterItem.AskTypeRosterItem.AskType.getTypeFromInt(int value) static RosterItem.AskTypeReturns the enum constant of this class with the specified name.static RosterItem.AskType[]RosterItem.AskType.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.AskTypeModifier and TypeMethodDescriptionvoidRosterItem.setAskStatus(RosterItem.AskType askStatus) Set the current ask status of the item.Constructors in org.jivesoftware.openfire.roster with parameters of type RosterItem.AskTypeModifierConstructorDescriptionRosterItem(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)