public interface PresenceNote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Gets the content of a presence note.
|
java.lang.String |
getLang()
Gets the language of a presence note.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
int |
setContent(java.lang.String content)
Sets the content of a presence note.
|
int |
setLang(java.lang.String lang)
Sets the language of a presence note.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
java.lang.String getContent()
int setContent(java.lang.String content)
content
- The content of the note.java.lang.String getLang()
int setLang(java.lang.String lang)
lang
- The language of the note.void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()