Class DeleteEmbeddedNotificationJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.DeleteEmbeddedNotificationJson
-
- All Implemented Interfaces:
Serializable
public class DeleteEmbeddedNotificationJson extends BaseJson
Created by tdagan on 3/27/2017.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteEmbeddedNotificationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAll()
if true all user's notification will be deletedString
getFilter()
Set<String>
getUuids()
void
setAll(Boolean all)
if true all user's notification will be deletedvoid
setFilter(String filter)
void
setUuids(Set<String> uuids)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getFilter
public String getFilter()
-
setFilter
public void setFilter(String filter)
-
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
-
-