Class ValidateDownloadDocumentsSelectionSdsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionSdsJson
com.blackberry.workspaces.sdk.api.json.DownloadDocumentsSelectionSdsJson
com.blackberry.workspaces.sdk.api.json.ValidateDownloadDocumentsSelectionSdsJson
- All Implemented Interfaces:
Serializable
public class ValidateDownloadDocumentsSelectionSdsJson extends DownloadDocumentsSelectionSdsJson
Used when validating files for download
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ValidateDownloadDocumentsSelectionSdsJson()
-
Method Summary
Modifier and Type Method Description Boolean
getShouldAggregateMessage()
A Set of folder pathsBoolean
getShouldInitiateConversionToPdf()
Initiates conversion to pdf of protected txt and images files in case they are not converted to pdfvoid
setShouldAggregateMessage(Boolean shouldAggregateMessage)
A Set of folder pathsvoid
setShouldInitiateConversionToPdf(Boolean shouldInitiateConversionToPdf)
Initiates conversion to pdf of protected txt and images files in case they are not converted to pdfMethods inherited from class com.blackberry.workspaces.sdk.api.json.DownloadDocumentsSelectionSdsJson
getDownloadType, setDownloadType
Methods inherited from class com.blackberry.workspaces.sdk.api.json.DocumentsSelectionSdsJson
getDocumentFilter, setDocumentFilter
Methods inherited from class com.blackberry.workspaces.sdk.api.json.DocumentsSelectionJson
getDocumentGuids, getForceAction, setDocumentGuids, setForceAction
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ValidateDownloadDocumentsSelectionSdsJson
public ValidateDownloadDocumentsSelectionSdsJson()
-
-
Method Details
-
getShouldAggregateMessage
A Set of folder paths- Returns:
- A Set of folder paths
-
setShouldAggregateMessage
A Set of folder paths- Parameters:
shouldAggregateMessage
- A Set of folder paths
-
getShouldInitiateConversionToPdf
Initiates conversion to pdf of protected txt and images files in case they are not converted to pdf- Returns:
- Initiates conversion to pdf of protected txt and images files in case they are not converted to pdf
-
setShouldInitiateConversionToPdf
Initiates conversion to pdf of protected txt and images files in case they are not converted to pdf- Parameters:
shouldInitiateConversionToPdf
- Initiates conversion to pdf of protected txt and images files in case they are not converted to pdf
-