Class HideNotificationJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.HideNotificationJson
- All Implemented Interfaces:
Serializable
public class HideNotificationJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description HideNotificationJson()
-
Method Summary
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.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
HideNotificationJson
public HideNotificationJson()
-
-
Method Details