Class ValidateDownloadTransientDocumentsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ValidateDownloadTransientDocumentsJson
-
- All Implemented Interfaces:
Serializable
public class ValidateDownloadTransientDocumentsJson extends BaseJson
Used for validating a file for download- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidateDownloadTransientDocumentsJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getDocumentPaths()
List of file pathsDownloadTypes
getDownloadType()
Download type.Set<String>
getFolderPaths()
List of folder pathsBoolean
getForceAction()
Force the action even if not allowed for all files provided (only allowed files will be affected).Boolean
getShouldAggregateMessage()
Should aggregate messageString
getWorkspaceGuid()
Workspace guidvoid
setDocumentPaths(Set<String> documentPaths)
List of file pathsvoid
setDownloadType(DownloadTypes downloadType)
Download type.void
setFolderPaths(Set<String> folderPaths)
List of folder pathsvoid
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 messagevoid
setWorkspaceGuid(String workspaceGuid)
Workspace guid-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getShouldAggregateMessage
public Boolean getShouldAggregateMessage()
Should aggregate message- Returns:
- Should aggregate message
-
setShouldAggregateMessage
public void setShouldAggregateMessage(Boolean shouldAggregateMessage)
Should aggregate message- Parameters:
shouldAggregateMessage
- Should aggregate message
-
getDocumentPaths
public Set<String> getDocumentPaths()
List of file paths- Returns:
- List of file paths
-
setDocumentPaths
public void setDocumentPaths(Set<String> documentPaths)
List of file paths- Parameters:
documentPaths
- List of file paths
-
getDownloadType
public DownloadTypes getDownloadType()
Download type.- Returns:
- Download type.
-
setDownloadType
public void setDownloadType(DownloadTypes downloadType)
Download type.- Parameters:
downloadType
- Download type.
-
getWorkspaceGuid
public String getWorkspaceGuid()
Workspace guid- Returns:
- Workspace guid
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
Workspace guid- Parameters:
workspaceGuid
- Workspace guid
-
getFolderPaths
public Set<String> getFolderPaths()
List of folder paths- Returns:
- List of folder paths
-
setFolderPaths
public void setFolderPaths(Set<String> folderPaths)
List of folder paths- Parameters:
folderPaths
- List of folder paths
-
getForceAction
public Boolean getForceAction()
Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.- Returns:
- Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.
-
setForceAction
public void setForceAction(Boolean forceAction)
Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.- Parameters:
forceAction
- Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.
-
-