Class MarkItemsStarredJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods Deprecated Methods 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.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.
-
getFolderGuids
public Set<String> getFolderGuids()
A Set of folder guids.- Returns:
- A Set of folder guids.
-
setFolderGuids
public void setFolderGuids(Set<String> folderGuids)
A Set of folder guids.- Parameters:
folderGuids
- A Set of folder guids.
-
getWorkspaceGuids
public Set<String> getWorkspaceGuids()
A Set of workspace guids.- Returns:
- A Set of workspace guids.
-
setWorkspaceGuids
public void setWorkspaceGuids(Set<String> workspaceGuids)
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 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
-
-