Class MarkDocumentsSelectionVdrJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.DocumentsSelectionVdrJson
-
- com.blackberry.workspaces.sdk.api.json.MarkDocumentsSelectionVdrJson
-
- All Implemented Interfaces:
Serializable
public class MarkDocumentsSelectionVdrJson extends DocumentsSelectionVdrJson
Files selected for marking- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarkDocumentsSelectionVdrJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getOperation()
Mark operation : HIDE, READ or STARREDboolean
getValue()
Deprecated.boolean
isValue()
Boolean value to markvoid
setOperation(String operation)
Mark operation : HIDE, READ or STARREDvoid
setValue(boolean value)
Boolean value to mark-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.DocumentsSelectionVdrJson
getDocumentGuids, getFolderGuids, getFolderIds, getFolderPaths, getForceAction, setDocumentGuids, setFolderGuids, setFolderIds, setFolderPaths, setForceAction
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getOperation
public String getOperation()
Mark operation : HIDE, READ or STARRED- Returns:
- Mark operation : HIDE, READ or STARRED
-
setOperation
public void setOperation(String operation)
Mark operation : HIDE, READ or STARRED- Parameters:
operation
- Mark operation : HIDE, READ or STARRED
-
isValue
public boolean isValue()
Boolean value to mark- Returns:
- Boolean value to mark
-
getValue
@Deprecated public boolean getValue()
Deprecated.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
-
-