public class ValidateDownloadIManageDocumentsJson extends BaseJson
Constructor and Description |
---|
ValidateDownloadIManageDocumentsJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentItemIds()
List of file itemIds
|
DownloadTypes |
getDownloadType()
Download type.
|
Set<String> |
getFolderItemIds()
List of folder itemIds
|
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 |
setDocumentItemIds(Set<String> documentItemIds)
List of file itemIds
|
void |
setDownloadType(DownloadTypes downloadType)
Download type.
|
void |
setFolderItemIds(Set<String> folderItemIds)
List of folder itemIds
|
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 ValidateDownloadIManageDocumentsJson()
public Set<String> getFolderItemIds()
public void setFolderItemIds(Set<String> folderItemIds)
folderItemIds
- List of folder itemIdspublic Boolean getShouldAggregateMessage()
public void setShouldAggregateMessage(Boolean shouldAggregateMessage)
shouldAggregateMessage
- Should aggregate messagepublic String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- Workspace guidpublic DownloadTypes getDownloadType()
public void setDownloadType(DownloadTypes downloadType)
downloadType
- Download type.public Set<String> getDocumentItemIds()
public void setDocumentItemIds(Set<String> documentItemIds)
documentItemIds
- List of file itemIdspublic 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.