Class MarkDocumentsSelectionJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.MarkDocumentsSelectionJson
- All Implemented Interfaces:
Serializable
public class MarkDocumentsSelectionJson extends BaseJson
Mark a set of files
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MarkDocumentsSelectionJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDocumentGuids()
A Set of file guids.String
getOperation()
Mark operation : READ or STARREDboolean
getValue()
Deprecated.boolean
isValue()
Boolean value to markvoid
setDocumentGuids(Set<String> documentGuids)
A Set of file guids.void
setOperation(String operation)
Mark operation : READ or STARREDvoid
setValue(boolean value)
Boolean value to markMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
MarkDocumentsSelectionJson
public MarkDocumentsSelectionJson()
-
-
Method Details
-
getDocumentGuids
A Set of file guids.- Returns:
- A Set of file guids.
-
setDocumentGuids
A Set of file guids.- Parameters:
documentGuids
- A Set of file guids.
-
getOperation
Mark operation : READ or STARRED- Returns:
- Mark operation : READ or STARRED
-
setOperation
Mark operation : READ or STARRED- Parameters:
operation
- Mark operation : READ or STARRED
-
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
-