|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xmpp.packet.Roster.Item
public static class Roster.Item
Item in a roster, which represents an individual contact. Each contact has a JID, an optional nickname, a subscription type, and can belong to one ore more groups.
Method Summary | |
---|---|
Roster.Ask |
getAsk()
Returns the ask state of this item. |
Collection<String> |
getGroups()
Returns a Collection of the groups defined in this item. |
JID |
getJID()
Returns the JID associated with this item. |
String |
getName()
Returns the nickname associated with this item. |
Roster.Subscription |
getSubscription()
Returns the subscription state of this item. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public JID getJID()
public String getName()
public Roster.Ask getAsk()
public Roster.Subscription getSubscription()
public Collection<String> getGroups()
public String toString()
toString
in class Object
|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |