Uses of Enum
org.jivesoftware.smack.roster.packet.RosterPacket.ItemType
Packages that use RosterPacket.ItemType
Package
Description
Smacks API for Rosters.
Element classes for Rosters.
-
Uses of RosterPacket.ItemType in org.jivesoftware.smack.roster
Methods in org.jivesoftware.smack.roster that return RosterPacket.ItemTypeModifier and TypeMethodDescriptionRosterEntry.getType()
Returns the roster subscription type of the entry. -
Uses of RosterPacket.ItemType in org.jivesoftware.smack.roster.packet
Methods in org.jivesoftware.smack.roster.packet that return RosterPacket.ItemTypeModifier and TypeMethodDescriptionstatic RosterPacket.ItemType
RosterPacket.ItemType.fromString
(String string) RosterPacket.Item.getItemType()
Returns the roster item type.static RosterPacket.ItemType
Returns the enum constant of this type with the specified name.static RosterPacket.ItemType[]
RosterPacket.ItemType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack.roster.packet with parameters of type RosterPacket.ItemTypeModifier and TypeMethodDescriptionvoid
RosterPacket.Item.setItemType
(RosterPacket.ItemType itemType) Sets the roster item type.