Uses of Class
com.blackberry.workspaces.sdk.api.json.DocumentAnnotationsListJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.json |
-
Uses of DocumentAnnotationsListJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return DocumentAnnotationsListJson Modifier and Type Method Description DocumentAnnotationsListJson
DocumentJson. getAnnotationsList()
A json which represents the users who annotated the document, and the last update date of their annotationDocumentAnnotationsListJson
IManageDocumentJson. getAnnotationsList()
A json which represents the users who annotated the file, and the last update date of their annotationDocumentAnnotationsListJson
SubmitDocumentResultJson. getAnnotationsList()
A json which represents the users who annotated the file, and the last update date of their annotationDocumentAnnotationsListJson
SubmitIManageDocumentResultJson. getAnnotationsList()
A json which represents the users who annotated the file, and the last update date of their annotationDocumentAnnotationsListJson
SubmitTransientDocumentResultJson. getAnnotationsList()
A json which represents the users who annotated the file, and the last update date of their annotationDocumentAnnotationsListJson
TransientDocumentJson. getAnnotationsList()
A json which represents the users who annotated the file, and the last update date of their annotationMethods in com.blackberry.workspaces.sdk.api.json with parameters of type DocumentAnnotationsListJson Modifier and Type Method Description void
DocumentJson. setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the document, and the last update date of their annotationvoid
IManageDocumentJson. setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last update date of their annotationvoid
SubmitDocumentResultJson. setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last update date of their annotationvoid
SubmitIManageDocumentResultJson. setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last update date of their annotationvoid
SubmitTransientDocumentResultJson. setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last update date of their annotationvoid
TransientDocumentJson. setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last update date of their annotation