Uses of Class
org.jivesoftware.smack.roster.packet.RosterPacket.Item
-
Packages that use RosterPacket.Item Package Description org.jivesoftware.smack.roster.packet Element classes for Rosters.org.jivesoftware.smack.roster.provider Provider classes for Rosters.org.jivesoftware.smack.roster.rosterstore Persistence classes for Rosters. -
-
Uses of RosterPacket.Item in org.jivesoftware.smack.roster.packet
Methods in org.jivesoftware.smack.roster.packet that return types with arguments of type RosterPacket.Item Modifier and Type Method Description List<RosterPacket.Item>RosterPacket. getRosterItems()Returns a copied list of the roster items in the packet.Methods in org.jivesoftware.smack.roster.packet with parameters of type RosterPacket.Item Modifier and Type Method Description voidRosterPacket. addRosterItem(RosterPacket.Item item)Adds a roster item to the packet. -
Uses of RosterPacket.Item in org.jivesoftware.smack.roster.provider
Methods in org.jivesoftware.smack.roster.provider that return RosterPacket.Item Modifier and Type Method Description static RosterPacket.ItemRosterPacketProvider. parseItem(XmlPullParser parser) -
Uses of RosterPacket.Item in org.jivesoftware.smack.roster.rosterstore
Methods in org.jivesoftware.smack.roster.rosterstore that return RosterPacket.Item Modifier and Type Method Description RosterPacket.ItemDirectoryRosterStore. getEntry(Jid bareJid)RosterPacket.ItemRosterStore. getEntry(Jid bareJid)This method returns the roster item in this store for the given JID.Methods in org.jivesoftware.smack.roster.rosterstore that return types with arguments of type RosterPacket.Item Modifier and Type Method Description List<RosterPacket.Item>DirectoryRosterStore. getEntries()List<RosterPacket.Item>RosterStore. getEntries()This method returns a list of all roster items contained in this store.Methods in org.jivesoftware.smack.roster.rosterstore with parameters of type RosterPacket.Item Modifier and Type Method Description booleanDirectoryRosterStore. addEntry(RosterPacket.Item item, String version)booleanRosterStore. addEntry(RosterPacket.Item item, String version)This method stores a new roster entry in this store or updates an existing one.Method parameters in org.jivesoftware.smack.roster.rosterstore with type arguments of type RosterPacket.Item Modifier and Type Method Description booleanDirectoryRosterStore. resetEntries(Collection<RosterPacket.Item> items, String version)booleanRosterStore. resetEntries(Collection<RosterPacket.Item> items, String version)This method updates the store so that it contains only the given entries.
-