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
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 markMethods 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
-
Constructor Details
-
MarkDocumentsSelectionVdrJson
public MarkDocumentsSelectionVdrJson()
-
-
Method Details
-
isValue
public boolean isValue()Boolean value to mark- Returns:
- Boolean value to mark
-
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
-
getOperation
Mark operation : HIDE, READ or STARRED- Returns:
- Mark operation : HIDE, READ or STARRED
-
setOperation
Mark operation : HIDE, READ or STARRED- Parameters:
operation
- Mark operation : HIDE, READ or STARRED
-