public class ValidateDownloadTransientDocumentsJson extends BaseJson
Constructor and Description |
---|
ValidateDownloadTransientDocumentsJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentPaths()
List of file paths
|
DownloadTypes |
getDownloadType()
Download type.
|
Set<String> |
getFolderPaths()
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 message
|
String |
getWorkspaceGuid()
Workspace guid
|
void |
setDocumentPaths(Set<String> documentPaths)
List of file paths
|
void |
setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
setFolderPaths(Set<String> folderPaths)
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 message
|
void |
setWorkspaceGuid(String workspaceGuid)
Workspace guid
|
getObjType, setObjType, toString
public ValidateDownloadTransientDocumentsJson()
public Boolean getShouldAggregateMessage()
public void setShouldAggregateMessage(Boolean shouldAggregateMessage)
shouldAggregateMessage
- Should aggregate messagepublic Set<String> getDocumentPaths()
public void setDocumentPaths(Set<String> documentPaths)
documentPaths
- List of file pathspublic String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- Workspace guidpublic DownloadTypes getDownloadType()
public void setDownloadType(DownloadTypes downloadType)
downloadType
- Download type.public Set<String> getFolderPaths()
public void setFolderPaths(Set<String> folderPaths)
folderPaths
- 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.