public class DocumentVersionAnnotationsListRecordJson extends BaseJson
Constructor and Description |
---|
DocumentVersionAnnotationsListRecordJson() |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotatingUserAddress()
Email address of user making annotation
|
Date |
getAnnotationUpdateDate()
Date annotation was updated
|
String |
getPreviewUrl()
Preview URL for annotation
|
void |
setAnnotatingUserAddress(String annotatingUserAddress)
Email address of user making annotation
|
void |
setAnnotationUpdateDate(Date annotationUpdateDate)
Date annotation was updated
|
void |
setPreviewUrl(String previewUrl)
Preview URL for annotation
|
getObjType, setObjType, toString
public DocumentVersionAnnotationsListRecordJson()
public String getAnnotatingUserAddress()
public void setAnnotatingUserAddress(String annotatingUserAddress)
annotatingUserAddress
- Email address of user making annotationpublic String getPreviewUrl()
public void setPreviewUrl(String previewUrl)
previewUrl
- Preview URL for annotationpublic Date getAnnotationUpdateDate()
public void setAnnotationUpdateDate(Date annotationUpdateDate)
annotationUpdateDate
- Date annotation was updatedCopyright © 2019. All rights reserved.