Class OfflineMessageRequest.Item
- java.lang.Object
-
- org.jivesoftware.smackx.offline.packet.OfflineMessageRequest.Item
-
- Enclosing class:
- OfflineMessageRequest
public static class OfflineMessageRequest.Item extends Object
Item child that holds information about offline messages to view or delete.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getAction
public String getAction()
Returns "view" or "remove" that indicate if the server should return the specified offline message or delete it.- Returns:
- "view" or "remove" that indicate if the server should return the specified offline message or delete it.
-
setAction
public void setAction(String action)
Sets if the server should return the specified offline message or delete it. Possible values are "view" or "remove".- Parameters:
action
- if the server should return the specified offline message or delete it.
-
-