Class DocumentAnnotationsForUserJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentAnnotationsForUserJson
- All Implemented Interfaces:
Serializable
public class DocumentAnnotationsForUserJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentAnnotationsForUserJson()
-
Method Summary
Modifier and Type Method Description Date
getUpdateDate()
Date of last updateString
getUserAddress()
User's email addressDocumentAnnotationsJson
getUserAnnotations()
Annotationsvoid
setUpdateDate(Date updateDate)
Date of last updatevoid
setUserAddress(String userAddress)
User's email addressvoid
setUserAnnotations(DocumentAnnotationsJson userAnnotations)
AnnotationsMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentAnnotationsForUserJson
public DocumentAnnotationsForUserJson()
-
-
Method Details
-
getUserAddress
User's email address- Returns:
- User's email address
-
setUserAddress
User's email address- Parameters:
userAddress
- User's email address
-
getUpdateDate
Date of last update- Returns:
- Date of last update
-
setUpdateDate
Date of last update- Parameters:
updateDate
- Date of last update
-
getUserAnnotations
Annotations- Returns:
- Annotations
-
setUserAnnotations
Annotations- Parameters:
userAnnotations
- Annotations
-