| java.lang.Object | |
| ↳ | com.pspdfkit.annotations.note.AnnotationStateChange |
A structure that represents any change of review status for a markup annotation.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
AnnotationStateChange(String author, AuthorState authorState, Date creationDate)
Creates the new annotation review state change.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| String |
getAuthor()
Gets the name of the author that performed the review change.
| ||||||||||
| AuthorState |
getAuthorState()
Gets the author's review state that was set in this revision.
| ||||||||||
| Date |
getCreationDate()
Gets the creation date of this status change.
| ||||||||||
| int | hashCode() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates the new annotation review state change.
| author | Author that performed the change. |
|---|---|
| authorState | The state to be set. |
| creationDate | Creation date of the status change. |
Gets the name of the author that performed the review change.
Gets the author's review state that was set in this revision.
Gets the creation date of this status change.