Class HideNotificationJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.HideNotificationJson
-
- All Implemented Interfaces:
Serializable
public class HideNotificationJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HideNotificationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAllNotifications()
String
getFilter()
Set<String>
getNotificationUuids()
void
setAllNotifications(Boolean allNotifications)
void
setFilter(String filter)
void
setNotificationUuids(Set<String> notificationUuids)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-