|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MsnContactList
Contact list. See http://www.hypothetic.org/docs/msn/notification/get_details.php "Background information" section.
Method Summary | |
---|---|
MsnContact |
getContactByEmail(Email email)
Get the contact in the contact list. |
MsnContact |
getContactById(String id)
Get the contact in the contact list. |
MsnContact[] |
getContacts()
Get the contacts in the contact list. |
MsnContact[] |
getContactsInList(MsnList list)
Get the contacts in the MsnList. |
MsnGroup |
getDefaultGroup()
Get the default group. |
MsnGroup |
getGroup(String groupId)
Get the group in the contact list. |
MsnGroup[] |
getGroups()
Get the groups in the contact list. |
MsnMessenger |
getMessenger()
Get the MsnMessenger the contact list belongs to. |
String |
getVersion()
Contact list version number. |
Method Detail |
---|
MsnMessenger getMessenger()
String getVersion()
MsnGroup[] getGroups()
MsnGroup getGroup(String groupId)
groupId
- group id
MsnGroup getDefaultGroup()
MsnContact[] getContacts()
MsnContact getContactById(String id)
id
- contact's id
MsnContact getContactByEmail(Email email)
email
- contact's email
MsnContact[] getContactsInList(MsnList list)
list
- MsnList
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |