Class DocumentAnnotationsListJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<DocumentAnnotationsListRecordJson>
getAnnotationRecordJsons()
void
setAnnotationRecordJsons(Collection<DocumentAnnotationsListRecordJson> annotationRecordJsons)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAnnotationRecordJsons
public Collection<DocumentAnnotationsListRecordJson> getAnnotationRecordJsons()
-
setAnnotationRecordJsons
public void setAnnotationRecordJsons(Collection<DocumentAnnotationsListRecordJson> annotationRecordJsons)
-
-