Class DocumentAnnotationsForUsersJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentAnnotationsForUsersJson
- All Implemented Interfaces:
Serializable
public class DocumentAnnotationsForUsersJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentAnnotationsForUsersJson()
-
Method Summary
Modifier and Type Method Description DocumentAnnotationsJson
getDocumentAnnotations()
Collection<DocumentAnnotationsForUserJson>
getUserAnnotations()
void
setDocumentAnnotations(DocumentAnnotationsJson documentAnnotations)
void
setUserAnnotations(Collection<DocumentAnnotationsForUserJson> userAnnotations)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentAnnotationsForUsersJson
public DocumentAnnotationsForUsersJson()
-
-
Method Details