|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.packet.OfflineMessageRequest.Item
public static class OfflineMessageRequest.Item
Item child that holds information about offline messages to view or delete.
Constructor Summary | |
---|---|
OfflineMessageRequest.Item(String node)
Creates a new item child. |
Method Summary | |
---|---|
String |
getAction()
Returns "view" or "remove" that indicate if the server should return the specified offline message or delete it. |
String |
getJid()
|
String |
getNode()
|
void |
setAction(String action)
Sets if the server should return the specified offline message or delete it. |
void |
setJid(String jid)
|
String |
toXML()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OfflineMessageRequest.Item(String node)
node
- the actor's affiliation to the roomMethod Detail |
---|
public String getNode()
public String getAction()
public void setAction(String action)
action
- if the server should return the specified offline message or delete it.public String getJid()
public void setJid(String jid)
public String toXML()
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |