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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
isShouldInitiatePdfConversion
public boolean isShouldInitiatePdfConversion()
-
setShouldInitiatePdfConversion
public void setShouldInitiatePdfConversion(boolean shouldInitiatePdfConversion)
-
getUserDocumentAnnotations
public List<TransientDocumentAndUsersJson> getUserDocumentAnnotations()
-
setUserDocumentAnnotations
public void setUserDocumentAnnotations(List<TransientDocumentAndUsersJson> userDocumentAnnotations)
-
getDownloadType
public DownloadTypes getDownloadType()
download type- Returns:
- download type
-
setDownloadType
public void setDownloadType(DownloadTypes downloadType)
download type- Parameters:
downloadType
- download type
-
-