AnnotationStateChange

data class AnnotationStateChange(val author: String? = null, val authorState: AuthorState, _creationDate: Date? = null)

Represents any change of review status for a markup annotation.

See also

Constructors

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

Properties

Link copied to clipboard

The name of the author who made this state change, or null if unknown.

Link copied to clipboard

The review state set by the author.

Link copied to clipboard

Creation date of this status change.