Uses of Class
rocks.xmpp.im.roster.model.ContactGroup
-
Packages that use ContactGroup Package Description rocks.xmpp.im.roster Provides classes for roster management.rocks.xmpp.im.roster.model Provides XML schema implementations of the Roster Namespace. -
-
Uses of ContactGroup in rocks.xmpp.im.roster
Methods in rocks.xmpp.im.roster that return types with arguments of type ContactGroup Modifier and Type Method Description Collection<ContactGroup>
RosterManager. getContactGroups()
Gets the contact groups.Methods in rocks.xmpp.im.roster with parameters of type ContactGroup Modifier and Type Method Description AsyncResult<Void>
RosterManager. removeContactGroup(ContactGroup contactGroup)
Removes a contact group.AsyncResult<Void>
RosterManager. renameContactGroup(ContactGroup contactGroup, String name)
Renames a contact group. -
Uses of ContactGroup in rocks.xmpp.im.roster.model
Methods in rocks.xmpp.im.roster.model that return ContactGroup Modifier and Type Method Description ContactGroup
ContactGroup. 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 int
ContactGroup. compareTo(ContactGroup o)
Constructors in rocks.xmpp.im.roster.model with parameters of type ContactGroup Constructor Description ContactGroup(String name, String fullName, ContactGroup parentGroup)
-