public class DocumentsSelectionJson extends BaseJson
Constructor and Description |
---|
DocumentsSelectionJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentGuids()
A Set of file guids.
|
Boolean |
getForceAction()
Force the action even if not allowed for all files provided (only
allowed files will be affected).
|
void |
setDocumentGuids(Set<String> documentGuids)
A Set of file guids.
|
void |
setForceAction(Boolean forceAction)
Force the action even if not allowed for all files provided (only
allowed files will be affected).
|
getObjType, setObjType, toString
public Set<String> getDocumentGuids()
public void setDocumentGuids(Set<String> documentGuids)
documentGuids
- A Set of file guids.public Boolean getForceAction()
public void setForceAction(Boolean forceAction)
forceAction
- Force the action even if not allowed for all files
provided (only allowed files will be affected). Not all operations
support this parameter. Default is TrueCopyright © 2019. All rights reserved.