|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MsnContact
Msn Contact. See http://www.hypothetic.org/docs/msn/notification/get_details.php "Background information" section.
Method Summary | |
---|---|
boolean |
belongGroup(MsnGroup group)
Is belong the group. |
MsnObject |
getAvatar()
Retrieves the MsnObject for the avatar of this contact. |
MsnGroup[] |
getBelongGroups()
Get the groups which the user belongs. |
MsnContactList |
getContactList()
Get the contact list the contact belongs to. |
String |
getFriendlyName()
The name that MsnOwner assigned to the user. |
String |
getId()
MSNP10/MSNP11 protocol use a GUID to differentiate user, not use user's email. |
String |
getPersonalMessage()
The personal message assigned to the user. |
boolean |
isInList(MsnList list)
Judge is in the MsnList. |
Methods inherited from interface net.sf.jml.MsnUser |
---|
getClientId, getDisplayName, getEmail, getOldDisplayName, getOldStatus, getProperties, getStatus |
Method Detail |
---|
MsnContactList getContactList()
String getId()
When login with MSNP8/MSNP9, will use email instead.
String getFriendlyName()
String getPersonalMessage()
boolean isInList(MsnList list)
list
- MsnList
MsnGroup[] getBelongGroups()
boolean belongGroup(MsnGroup group)
group
- MsnGroup
MsnObject getAvatar()
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |