AuthorState

Author review and marking states that can be set on the note annotation content and replies.

Entries

Link copied to clipboard

The annotation has been marked by the user.

Link copied to clipboard

The annotation has not been marked by the user (the default).

Link copied to clipboard

The user agrees with the change.

Link copied to clipboard

The user disagrees with the change.

Link copied to clipboard

The change has been cancelled.

Link copied to clipboard

The change has been completed.

Link copied to clipboard

The user has indicated nothing about the change.

Functions

Link copied to clipboard
open fun valueOf(name: String): AuthorState

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<AuthorState>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.