Class ValidateDownloadTransientDocumentsAnnotationsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ValidateDownloadTransientDocumentsAnnotationsJson
- All Implemented Interfaces:
Serializable
public class ValidateDownloadTransientDocumentsAnnotationsJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ValidateDownloadTransientDocumentsAnnotationsJson()
-
Method Summary
Modifier and Type Method Description DownloadTypes
getDownloadType()
download typeList<TransientDocumentAndUsersJson>
getUserDocumentAnnotations()
boolean
isShouldInitiatePdfConversion()
void
setDownloadType(DownloadTypes downloadType)
download typevoid
setShouldInitiatePdfConversion(boolean shouldInitiatePdfConversion)
void
setUserDocumentAnnotations(List<TransientDocumentAndUsersJson> userDocumentAnnotations)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ValidateDownloadTransientDocumentsAnnotationsJson
public ValidateDownloadTransientDocumentsAnnotationsJson()
-
-
Method Details
-
isShouldInitiatePdfConversion
public boolean isShouldInitiatePdfConversion() -
setShouldInitiatePdfConversion
public void setShouldInitiatePdfConversion(boolean shouldInitiatePdfConversion) -
getUserDocumentAnnotations
-
setUserDocumentAnnotations
public void setUserDocumentAnnotations(List<TransientDocumentAndUsersJson> userDocumentAnnotations) -
getDownloadType
download type- Returns:
- download type
-
setDownloadType
download type- Parameters:
downloadType
- download type
-