public class DocumentsSelectionVdrJson extends BaseJson
Constructor and Description |
---|
DocumentsSelectionVdrJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentGuids()
A Set of file guids.
|
Set<String> |
getFolderGuids() |
Set<Integer> |
getFolderIds() |
Set<String> |
getFolderPaths()
A Set of folder paths or ids
|
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 |
setFolderGuids(Set<String> folderGuids) |
void |
setFolderIds(Set<Integer> folderIds) |
void |
setFolderPaths(Set<String> folderPaths)
A Set of folder paths or ids
|
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 Set<String> getFolderPaths()
public void setFolderPaths(Set<String> folderPaths)
folderPaths
- A Set of folder paths or idspublic 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.Copyright © 2019. All rights reserved.