Class DocumentVersionAnnotationsListRecordJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentVersionAnnotationsListRecordJson
- All Implemented Interfaces:
Serializable
public class DocumentVersionAnnotationsListRecordJson extends BaseJson
Information about a single file annotation used when getting file version
information
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentVersionAnnotationsListRecordJson()
-
Method Summary
Modifier and Type Method Description String
getAnnotatingUserAddress()
Email address of user making annotationDate
getAnnotationUpdateDate()
Date annotation was updatedString
getPreviewUrl()
Preview URL for annotationvoid
setAnnotatingUserAddress(String annotatingUserAddress)
Email address of user making annotationvoid
setAnnotationUpdateDate(Date annotationUpdateDate)
Date annotation was updatedvoid
setPreviewUrl(String previewUrl)
Preview URL for annotationMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentVersionAnnotationsListRecordJson
public DocumentVersionAnnotationsListRecordJson()
-
-
Method Details
-
getAnnotatingUserAddress
Email address of user making annotation- Returns:
- Email address of user making annotation
-
setAnnotatingUserAddress
Email address of user making annotation- Parameters:
annotatingUserAddress
- Email address of user making annotation
-
getPreviewUrl
Preview URL for annotation- Returns:
- Preview URL for annotation
-
setPreviewUrl
Preview URL for annotation- Parameters:
previewUrl
- Preview URL for annotation
-
getAnnotationUpdateDate
Date annotation was updated- Returns:
- Date annotation was updated
-
setAnnotationUpdateDate
Date annotation was updated- Parameters:
annotationUpdateDate
- Date annotation was updated
-