Class DocumentVersionAnnotationsListJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.DocumentVersionAnnotationsListJson
-
- All Implemented Interfaces:
Serializable
public class DocumentVersionAnnotationsListJson extends BaseJson
A set of annotation records used when getting file version information- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentVersionAnnotationsListJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<DocumentVersionAnnotationsListRecordJson>
getAnnotationRecordJsons()
Set of annotation records.void
setAnnotationRecordJsons(Collection<DocumentVersionAnnotationsListRecordJson> annotationRecordJsons)
Set of annotation records.-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAnnotationRecordJsons
public Collection<DocumentVersionAnnotationsListRecordJson> getAnnotationRecordJsons()
Set of annotation records.- Returns:
- Set of annotation records.
-
setAnnotationRecordJsons
public void setAnnotationRecordJsons(Collection<DocumentVersionAnnotationsListRecordJson> annotationRecordJsons)
Set of annotation records.- Parameters:
annotationRecordJsons
- Set of annotation records.
-
-