Class MarkEmbeddedNotificationJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.MarkEmbeddedNotificationJson
-
- All Implemented Interfaces:
Serializable
public class MarkEmbeddedNotificationJson extends BaseJson
Created by tdagan on 3/27/2017.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarkEmbeddedNotificationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAll()
String
getFilter()
String
getOperation()
Set<String>
getUuids()
boolean
isValue()
void
setAll(Boolean all)
void
setFilter(String filter)
void
setOperation(String operation)
void
setUuids(Set<String> uuids)
void
setValue(boolean value)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAll
public Boolean getAll()
-
setAll
public void setAll(Boolean all)
-
getFilter
public String getFilter()
-
setFilter
public void setFilter(String filter)
-
getOperation
public String getOperation()
-
setOperation
public void setOperation(String operation)
-
isValue
public boolean isValue()
-
setValue
public void setValue(boolean value)
-
-