public static class OfflineMessageRequest.Item extends Object
Constructor and Description |
---|
OfflineMessageRequest.Item(String node)
Creates a new item child.
|
Modifier and Type | Method and Description |
---|---|
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() |
public OfflineMessageRequest.Item(String node)
node
- the actor's affiliation to the roompublic String getAction()
public void setAction(String action)
action
- if the server should return the specified offline message or delete it.