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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAll()
if true all user's notification will be deletedSet<String>
getUuids()
A Set of notification uuids.void
setAll(Boolean all)
if true all user's notification will be deletedvoid
setUuids(Set<String> uuids)
A Set of notification uuids.-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAll
public Boolean getAll()
if true all user's notification will be deleted- Returns:
- if true all user's notification will be deleted
-
setAll
public void setAll(Boolean all)
if true all user's notification will be deleted- Parameters:
all
- if true all user's notification will be deleted
-
getUuids
public Set<String> getUuids()
A Set of notification uuids.- Returns:
- A Set of notification uuids.
-
-