|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.muc.Affiliate
public class Affiliate
Represents an affiliation of a user to a given room. The affiliate's information will always have the bare jid of the real user and its affiliation. If the affiliate is an occupant of the room then we will also have information about the role and nickname of the user in the room.
Method Summary | |
---|---|
String |
getAffiliation()
Returns the affiliation of the afffiliated user. |
String |
getJid()
Returns the bare JID of the affiliated user. |
String |
getNick()
Returns the current nickname of the affiliated user if the user is currently in the room. |
String |
getRole()
Returns the current role of the affiliated user if the user is currently in the room. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getJid()
public String getAffiliation()
public String getRole()
public String getNick()
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |