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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DocumentPageAnnotationsJson>
getDocumentPageAnnotations()
List of annotationsvoid
setDocumentPageAnnotations(List<DocumentPageAnnotationsJson> documentPageAnnotations)
List of annotations-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDocumentPageAnnotations
public List<DocumentPageAnnotationsJson> getDocumentPageAnnotations()
List of annotations- Returns:
- List of annotations
-
setDocumentPageAnnotations
public void setDocumentPageAnnotations(List<DocumentPageAnnotationsJson> documentPageAnnotations)
List of annotations- Parameters:
documentPageAnnotations
- List of annotations
-
-