Uses of Class
org.jivesoftware.smack.roster.packet.RosterPacket.ItemType
-
Packages that use RosterPacket.ItemType Package Description org.jivesoftware.smack.roster Smacks API for Rosters.org.jivesoftware.smack.roster.packet Element classes for Rosters. -
-
Uses of RosterPacket.ItemType in org.jivesoftware.smack.roster
Methods in org.jivesoftware.smack.roster that return RosterPacket.ItemType Modifier and Type Method Description RosterPacket.ItemTypeRosterEntry. 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.ItemType Modifier and Type Method Description static RosterPacket.ItemTypeRosterPacket.ItemType. fromString(String string)RosterPacket.ItemTypeRosterPacket.Item. getItemType()Returns the roster item type.static RosterPacket.ItemTypeRosterPacket.ItemType. valueOf(String name)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.ItemType Modifier and Type Method Description voidRosterPacket.Item. setItemType(RosterPacket.ItemType itemType)Sets the roster item type.
-