Class MarkDocumentsSelectionJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods Deprecated Methods 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 mark-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDocumentGuids
public Set<String> getDocumentGuids()
A Set of file guids.- Returns:
- A Set of file guids.
-
setDocumentGuids
public void setDocumentGuids(Set<String> documentGuids)
A Set of file guids.- Parameters:
documentGuids
- A Set of file guids.
-
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
-
getOperation
public String getOperation()
Mark operation : READ or STARRED- Returns:
- Mark operation : READ or STARRED
-
setOperation
public void setOperation(String operation)
Mark operation : READ or STARRED- Parameters:
operation
- Mark operation : READ or STARRED
-
-