Class DocumentAnnotationsListJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentAnnotationsListJson
- All Implemented Interfaces:
Serializable
public class DocumentAnnotationsListJson extends BaseJson
A collection of annotation records
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentAnnotationsListJson()
-
Method Summary
Modifier and Type Method Description Collection<DocumentAnnotationsListRecordJson>
getAnnotationRecordJsons()
void
setAnnotationRecordJsons(Collection<DocumentAnnotationsListRecordJson> annotationRecordJsons)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentAnnotationsListJson
public DocumentAnnotationsListJson()
-
-
Method Details
-
getAnnotationRecordJsons
-
setAnnotationRecordJsons
public void setAnnotationRecordJsons(Collection<DocumentAnnotationsListRecordJson> annotationRecordJsons)
-