Uses of Class
rocks.xmpp.im.roster.model.Contact
-
Packages that use Contact Package Description rocks.xmpp.im.roster.model Provides XML schema implementations of the Roster Namespace. -
-
Uses of Contact in rocks.xmpp.im.roster.model
Methods in rocks.xmpp.im.roster.model that return Contact Modifier and Type Method Description static ContactContact. removeContact(Jid jid)Creates a new contact to send to the server for removal.ContactContact. withGroups(String... groups)Creates an identical contact with only the groups changed.ContactContact. withGroups(Collection<String> groups)Creates an identical contact with only the groups changed.ContactContact. withName(String name)Creates an identical contact with only the name changed.ContactContact. withoutGroups()Creates an identical contact without groups.ContactContact. withoutName()Creates an identical contact without name.Methods in rocks.xmpp.im.roster.model that return types with arguments of type Contact Modifier and Type Method Description Collection<Contact>ContactGroup. getContacts()Gets the contacts in this group.List<Contact>Roster. getContacts()Gets the contacts.Methods in rocks.xmpp.im.roster.model with parameters of type Contact Modifier and Type Method Description intContact. compareTo(Contact o)Compares two contacts with each other by first comparing their names, then their subscription states and eventually their pending states.Constructors in rocks.xmpp.im.roster.model with parameters of type Contact Constructor Description Roster(Contact... contacts)Constructor parameters in rocks.xmpp.im.roster.model with type arguments of type Contact Constructor Description Roster(Collection<Contact> contacts)Roster(Collection<Contact> contacts, String version)
-