Class DeleteNotificationJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DeleteNotificationJson
- All Implemented Interfaces:
Serializable
public class DeleteNotificationJson extends BaseJson
Notification for deleting a user.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DeleteNotificationJson()
-
Method Summary
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DeleteNotificationJson
public DeleteNotificationJson()
-
-
Method Details
-
getAll
if true all user's notification will be deleted- Returns:
- if true all user's notification will be deleted
-
setAll
if true all user's notification will be deleted- Parameters:
all
- if true all user's notification will be deleted
-
getUuids
A Set of notification uuids.- Returns:
- A Set of notification uuids.
-
setUuids
A Set of notification uuids.- Parameters:
uuids
- A Set of notification uuids.
-