Class DocumentAnnotationsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentAnnotationsJson
- All Implemented Interfaces:
Serializable
public class DocumentAnnotationsJson extends BaseJson
A collection of annotations
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentAnnotationsJson()
-
Method Summary
Modifier and Type Method Description List<DocumentPageAnnotationsJson>
getDocumentPageAnnotations()
List of annotationsvoid
setDocumentPageAnnotations(List<DocumentPageAnnotationsJson> documentPageAnnotations)
List of annotationsMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentAnnotationsJson
public DocumentAnnotationsJson()
-
-
Method Details
-
getDocumentPageAnnotations
List of annotations- Returns:
- List of annotations
-
setDocumentPageAnnotations
List of annotations- Parameters:
documentPageAnnotations
- List of annotations
-