Class DocumentVersionAnnotationsListRecordJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 annotation-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAnnotatingUserAddress
public String getAnnotatingUserAddress()
Email address of user making annotation- Returns:
- Email address of user making annotation
-
setAnnotatingUserAddress
public void setAnnotatingUserAddress(String annotatingUserAddress)
Email address of user making annotation- Parameters:
annotatingUserAddress
- Email address of user making annotation
-
getPreviewUrl
public String getPreviewUrl()
Preview URL for annotation- Returns:
- Preview URL for annotation
-
setPreviewUrl
public void setPreviewUrl(String previewUrl)
Preview URL for annotation- Parameters:
previewUrl
- Preview URL for annotation
-
getAnnotationUpdateDate
public Date getAnnotationUpdateDate()
Date annotation was updated- Returns:
- Date annotation was updated
-
setAnnotationUpdateDate
public void setAnnotationUpdateDate(Date annotationUpdateDate)
Date annotation was updated- Parameters:
annotationUpdateDate
- Date annotation was updated
-
-