Class 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 Detail

      • DocumentVersionAnnotationsListRecordJson

        public DocumentVersionAnnotationsListRecordJson()
    • 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