Class MarkNotificationJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.MarkNotificationJson
-
- All Implemented Interfaces:
Serializable
public class MarkNotificationJson extends BaseJson
Mark details- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarkNotificationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAll()
If true all user's notification will be markedString
getOperation()
Mark operation : READ (currently the only operation supported )Set<String>
getUuids()
A Set of notification uuids.boolean
isValue()
Boolean value to markvoid
setAll(Boolean all)
If true all user's notification will be markedvoid
setOperation(String operation)
Mark operation : READ (currently the only operation supported )void
setUuids(Set<String> uuids)
A Set of notification uuids.void
setValue(boolean value)
Boolean value to mark-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAll
public Boolean getAll()
If true all user's notification will be marked- Returns:
- If true all user's notification will be marked
-
setAll
public void setAll(Boolean all)
If true all user's notification will be marked- Parameters:
all
- If true all user's notification will be marked
-
getOperation
public String getOperation()
Mark operation : READ (currently the only operation supported )- Returns:
- Mark operation : READ (currently the only operation supported )
-
setOperation
public void setOperation(String operation)
Mark operation : READ (currently the only operation supported )- Parameters:
operation
- Mark operation : READ (currently the only operation supported )
-
isValue
public boolean isValue()
Boolean value to mark- Returns:
- Boolean value to mark
-
setValue
public void setValue(boolean value)
Boolean value to mark- Parameters:
value
- Boolean value to mark
-
getUuids
public Set<String> getUuids()
A Set of notification uuids.- Returns:
- A Set of notification uuids.
-
-