Package | Description |
---|---|
com.blackberry.workspaces.api.sdk.json |
Modifier and Type | Method and Description |
---|---|
DocumentAnnotationsListJson |
TransientDocumentJson.getAnnotationsList()
A json which represents the users who annotated the file, and the last
update date of their annotation
|
DocumentAnnotationsListJson |
SubmitTransientDocumentResultJson.getAnnotationsList()
A json which represents the users who annotated the file, and the last
update date of their annotation
|
DocumentAnnotationsListJson |
SubmitIManageDocumentResultJson.getAnnotationsList()
A json which represents the users who annotated the file, and the last
update date of their annotation
|
DocumentAnnotationsListJson |
SubmitDocumentResultJson.getAnnotationsList()
A json which represents the users who annotated the file, and the last
update date of their annotation
|
DocumentAnnotationsListJson |
IManageDocumentJson.getAnnotationsList()
A json which represents the users who annotated the file, and the last
update date of their annotation
|
DocumentAnnotationsListJson |
DocumentJson.getAnnotationsList()
A json which represents the users who annotated the document, and the
last update date of their annotation
|
Modifier and Type | Method and Description |
---|---|
void |
TransientDocumentJson.setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last
update date of their annotation
|
void |
SubmitTransientDocumentResultJson.setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last
update date of their annotation
|
void |
SubmitIManageDocumentResultJson.setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last
update date of their annotation
|
void |
SubmitDocumentResultJson.setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last
update date of their annotation
|
void |
IManageDocumentJson.setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last
update date of their annotation
|
void |
DocumentJson.setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the document, and the
last update date of their annotation
|
Copyright © 2019. All rights reserved.