Class ValidateDownloadDocumentsSelectionSdsJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentsSelectionJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentsSelectionSdsJson
-
- com.blackberry.workspaces.api.sdk.json.DownloadDocumentsSelectionSdsJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 pdf-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.DownloadDocumentsSelectionSdsJson
getDownloadType, setDownloadType
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.DocumentsSelectionSdsJson
getDocumentFilter, setDocumentFilter
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.DocumentsSelectionJson
getDocumentGuids, getForceAction, setDocumentGuids, setForceAction
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getShouldAggregateMessage
public Boolean getShouldAggregateMessage()
A Set of folder paths- Returns:
- A Set of folder paths
-
setShouldAggregateMessage
public void setShouldAggregateMessage(Boolean shouldAggregateMessage)
A Set of folder paths- Parameters:
shouldAggregateMessage
- A Set of folder paths
-
getShouldInitiateConversionToPdf
public Boolean 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
public void setShouldInitiateConversionToPdf(Boolean shouldInitiateConversionToPdf)
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
-
-