Uses of Class
rocks.xmpp.im.roster.model.ContactGroup
-
Packages that use ContactGroup Package Description rocks.xmpp.im.roster.model Provides XML schema implementations of the Roster Namespace. -
-
Uses of ContactGroup in rocks.xmpp.im.roster.model
Methods in rocks.xmpp.im.roster.model that return ContactGroup Modifier and Type Method Description ContactGroupContactGroup. getParentGroup()Gets the parent group.Methods in rocks.xmpp.im.roster.model that return types with arguments of type ContactGroup Modifier and Type Method Description Collection<ContactGroup>ContactGroup. getGroups()Gets the nested sub-groups of this group.Methods in rocks.xmpp.im.roster.model with parameters of type ContactGroup Modifier and Type Method Description intContactGroup. compareTo(ContactGroup o)Constructors in rocks.xmpp.im.roster.model with parameters of type ContactGroup Constructor Description ContactGroup(String name, String fullName, ContactGroup parentGroup)
-