public interface PresenceService
Modifier and Type | Method and Description |
---|---|
void |
addNote(PresenceNote note)
Adds a note to a presence service.
|
void |
clearNotes()
Clears the notes of a presence service.
|
PresenceBasicStatus |
getBasicStatus()
Gets the basic status of a presence service.
|
java.lang.String |
getContact()
Gets the contact of a presence service.
|
java.lang.String |
getId()
Gets the id of a presence service.
|
int |
getNbNotes()
Gets the number of notes included in the presence service.
|
PresenceNote |
getNthNote(int idx)
Gets the nth note of a presence service.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setBasicStatus(PresenceBasicStatus basicStatus)
Sets the basic status of a presence service.
|
void |
setContact(java.lang.String contact)
Sets the contact of a presence service.
|
void |
setId(java.lang.String id)
Sets the id of a presence service.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
PresenceBasicStatus getBasicStatus()
void setBasicStatus(PresenceBasicStatus basicStatus)
java.lang.String getContact()
void setContact(java.lang.String contact)
java.lang.String getId()
void setId(java.lang.String id)
int getNbNotes()
void addNote(PresenceNote note)
void clearNotes()
PresenceNote getNthNote(int idx)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()