Class ValidateDownloadTransientDocumentsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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 guidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ValidateDownloadTransientDocumentsJson
public ValidateDownloadTransientDocumentsJson()
-
-
Method Details
-
getShouldAggregateMessage
Should aggregate message- Returns:
- Should aggregate message
-
setShouldAggregateMessage
Should aggregate message- Parameters:
shouldAggregateMessage
- Should aggregate message
-
getDocumentPaths
List of file paths- Returns:
- List of file paths
-
setDocumentPaths
List of file paths- Parameters:
documentPaths
- List of file paths
-
getDownloadType
Download type.- Returns:
- Download type.
-
setDownloadType
Download type.- Parameters:
downloadType
- Download type.
-
getWorkspaceGuid
Workspace guid- Returns:
- Workspace guid
-
setWorkspaceGuid
Workspace guid- Parameters:
workspaceGuid
- Workspace guid
-
getFolderPaths
List of folder paths- Returns:
- List of folder paths
-
setFolderPaths
List of folder paths- Parameters:
folderPaths
- List of folder paths
-
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
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.
-