|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MsnOwner
Current login user.
Method Summary | |
---|---|
MsnObject |
getDisplayPicture()
|
MsnUserStatus |
getInitStatus()
Get the init status. |
MsnMessenger |
getMessenger()
Get the MsnMessenger the owner belongs to. |
String |
getPersonalMessage()
|
boolean |
isNotifyMeWhenSomeoneAddedMe()
See http://www.hypothetic.org/docs/msn/notification/get_details.php "Privacy Settings -- GTC" section. |
boolean |
isOnlyNotifyAllowList()
If result is true, the contacts neither on AL or BL will be blocked, otherwise only the contacts on AL will received my notify message. |
boolean |
isVerified()
The email have been verified. |
void |
setClientId(MsnClientId clientId)
Set client id. |
void |
setCurrentMedia(String info)
|
void |
setCurrentMedia(String title,
String artist,
String album,
GUID contentID)
|
void |
setDisplayName(String displayName)
Set display name. |
void |
setDisplayPicture(MsnObject picture)
|
void |
setInitDisplayPicture(MsnObject initDisplayPictures)
|
void |
setInitPersonalMessage(String personalMessage)
|
void |
setInitStatus(MsnUserStatus status)
Set the init status. |
void |
setNotifyMeWhenSomeoneAddedMe(boolean b)
See http://www.hypothetic.org/docs/msn/notification/get_details.php "Privacy Settings -- GTC" section. |
void |
setOnlyNotifyAllowList(boolean b)
if set to true, the contacts neither on AL or BL will be blocked. |
void |
setPersonalMessage(String info)
|
void |
setProperty(MsnUserPropertyType type,
String value)
Set user property. |
void |
setStatus(MsnUserStatus status)
Set status. |
Methods inherited from interface net.sf.jml.MsnUser |
---|
getClientId, getDisplayName, getEmail, getOldDisplayName, getOldStatus, getProperties, getStatus |
Method Detail |
---|
MsnMessenger getMessenger()
boolean isVerified()
MsnUserStatus getInitStatus()
void setInitStatus(MsnUserStatus status)
status
- init statusvoid setDisplayName(String displayName)
displayName
- display namevoid setClientId(MsnClientId clientId)
clientId
- client idvoid setStatus(MsnUserStatus status)
status
- statusvoid setProperty(MsnUserPropertyType type, String value)
type
- property typevalue
- property valueboolean isOnlyNotifyAllowList()
void setOnlyNotifyAllowList(boolean b)
b
- is only notify ALboolean isNotifyMeWhenSomeoneAddedMe()
void setNotifyMeWhenSomeoneAddedMe(boolean b)
b
- is notify me when someone added mevoid setDisplayPicture(MsnObject picture)
void setInitDisplayPicture(MsnObject initDisplayPictures)
void setInitPersonalMessage(String personalMessage)
MsnObject getDisplayPicture()
void setPersonalMessage(String info)
String getPersonalMessage()
void setCurrentMedia(String info)
void setCurrentMedia(String title, String artist, String album, GUID contentID)
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |