Class MarkItemsStarredJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.MarkItemsStarredJson
- All Implemented Interfaces:
Serializable
public class MarkItemsStarredJson extends BaseJson
Mark a set of items
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MarkItemsStarredJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDocumentGuids()
A Set of file guids.Set<String>
getFolderGuids()
A Set of folder guids.boolean
getValue()
Deprecated.Set<String>
getWorkspaceGuids()
A Set of workspace guids.boolean
isValue()
Boolean value to markvoid
setDocumentGuids(Set<String> documentGuids)
A Set of file guids.void
setFolderGuids(Set<String> folderGuids)
A Set of folder guids.void
setValue(boolean value)
Boolean value to markvoid
setWorkspaceGuids(Set<String> workspaceGuids)
A Set of workspace guids.Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
MarkItemsStarredJson
public MarkItemsStarredJson()
-
-
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.
-
getFolderGuids
A Set of folder guids.- Returns:
- A Set of folder guids.
-
setFolderGuids
A Set of folder guids.- Parameters:
folderGuids
- A Set of folder guids.
-
getWorkspaceGuids
A Set of workspace guids.- Returns:
- A Set of workspace guids.
-
setWorkspaceGuids
A Set of workspace guids.- Parameters:
workspaceGuids
- A Set of workspace guids.
-
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
-