AnnotationStateChange

data class AnnotationStateChange(val author: String?, val authorState: AuthorState, creationTimestamp: Long? = null)

A structure that represents any change of review status for a markup annotation.

Constructors

Link copied to clipboard
constructor(author: String?, authorState: AuthorState, creationTimestamp: Long? = null)
constructor(author: String?, authorState: AuthorState, creationDate: Date? = null)

Creates the new annotation review state change.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard