public class MarkDocumentsSelectionJson extends BaseJson
Constructor and Description |
---|
MarkDocumentsSelectionJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentGuids()
A Set of file guids.
|
String |
getOperation()
Mark operation : READ or STARRED
|
boolean |
getValue()
Deprecated.
|
boolean |
isValue()
Boolean value to mark
|
void |
setDocumentGuids(Set<String> documentGuids)
A Set of file guids.
|
void |
setOperation(String operation)
Mark operation : READ or STARRED
|
void |
setValue(boolean value)
Boolean value to mark
|
getObjType, setObjType, toString
public Set<String> getDocumentGuids()
public void setDocumentGuids(Set<String> documentGuids)
documentGuids
- A Set of file guids.public boolean isValue()
@Deprecated public boolean getValue()
public void setValue(boolean value)
value
- Boolean value to markpublic String getOperation()
public void setOperation(String operation)
operation
- Mark operation : READ or STARREDCopyright © 2019. All rights reserved.