Class DocumentAnnotationsForUsersJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentAnnotationsForUsersJson
-
- All Implemented Interfaces:
Serializable
public class DocumentAnnotationsForUsersJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentAnnotationsForUsersJson()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDocumentAnnotations
public DocumentAnnotationsJson getDocumentAnnotations()
-
setDocumentAnnotations
public void setDocumentAnnotations(DocumentAnnotationsJson documentAnnotations)
-
getUserAnnotations
public Collection<DocumentAnnotationsForUserJson> getUserAnnotations()
-
setUserAnnotations
public void setUserAnnotations(Collection<DocumentAnnotationsForUserJson> userAnnotations)
-
-