public class MarkItemsStarredJson extends BaseJson
Constructor and Description |
---|
MarkItemsStarredJson() |
Modifier and Type | Method and 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 mark
|
void |
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 mark
|
void |
setWorkspaceGuids(Set<String> workspaceGuids)
A Set of workspace guids.
|
getObjType, setObjType, toString
public Set<String> getDocumentGuids()
public void setDocumentGuids(Set<String> documentGuids)
documentGuids
- A Set of file guids.public Set<String> getFolderGuids()
public void setFolderGuids(Set<String> folderGuids)
folderGuids
- A Set of folder guids.public Set<String> getWorkspaceGuids()
public void setWorkspaceGuids(Set<String> workspaceGuids)
workspaceGuids
- A Set of workspace guids.public boolean isValue()
@Deprecated public boolean getValue()
public void setValue(boolean value)
value
- Boolean value to markCopyright © 2019. All rights reserved.