public class ValidateDownloadDocumentsSelectionVdrJson extends BaseJson
Constructor and Description |
---|
ValidateDownloadDocumentsSelectionVdrJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentGuids()
A list of file guids.
|
DownloadTypes |
getDownloadType()
Download type.
|
Set<String> |
getFolderGuids()
List of folder guids
|
Set<Integer> |
getFolderIds()
List of folder ids
|
Set<String> |
getFolderPaths()
A list of folder paths
|
Boolean |
getForceAction()
Force the action even if not allowed for all files provided (only
allowed files will be affected).
|
Boolean |
getShouldAggregateMessage()
Should aggregate messgae
|
boolean |
isShouldInitiatePdfConversion()
Not in use - newer versions will always initiate PDF conversion if
required
|
void |
setDocumentGuids(Set<String> documentGuids)
A list of file guids.
|
void |
setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
setFolderGuids(Set<String> folderGuids)
List of folder guids
|
void |
setFolderIds(Set<Integer> folderIds)
List of folder ids
|
void |
setFolderPaths(Set<String> folderPaths)
A list of folder paths
|
void |
setForceAction(Boolean forceAction)
Force the action even if not allowed for all files provided (only
allowed files will be affected).
|
void |
setShouldAggregateMessage(Boolean shouldAggregateMessage)
Should aggregate messgae
|
void |
setShouldInitiatePdfConversion(boolean shouldInitiatePdfConversion)
Not in use - newer versions will always initiate PDF conversion if
required
|
getObjType, setObjType, toString
public ValidateDownloadDocumentsSelectionVdrJson()
public Set<String> getDocumentGuids()
public void setDocumentGuids(Set<String> documentGuids)
documentGuids
- A list of file guids.public Boolean getShouldAggregateMessage()
public void setShouldAggregateMessage(Boolean shouldAggregateMessage)
shouldAggregateMessage
- Should aggregate messgaepublic Set<String> getFolderGuids()
public void setFolderGuids(Set<String> folderGuids)
folderGuids
- List of folder guidspublic boolean isShouldInitiatePdfConversion()
public void setShouldInitiatePdfConversion(boolean shouldInitiatePdfConversion)
shouldInitiatePdfConversion
- Not in use - newer versions will
always initiate PDF conversion if requiredpublic DownloadTypes getDownloadType()
public void setDownloadType(DownloadTypes downloadType)
downloadType
- Download type.public void setFolderIds(Set<Integer> folderIds)
folderIds
- List of folder idspublic Set<String> getFolderPaths()
public void setFolderPaths(Set<String> folderPaths)
folderPaths
- A list of folder pathspublic 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.