public final enum

AuthorState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.annotations.note.AuthorState

Class Overview

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

Summary

Enum Values
AuthorState  ACCEPTED  The user agrees with the change. 
AuthorState  CANCELLED  The change has been cancelled. 
AuthorState  COMPLETED  The change has been completed. 
AuthorState  MARKED  The annotation has been marked by the user. 
AuthorState  NONE  The user has indicated nothing about the change. 
AuthorState  REJECTED  The user disagrees with the change. 
AuthorState  UNMARKED  The annotation has not been marked by the user (the default). 
Public Methods
static AuthorState valueOf(String name)
final static AuthorState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AuthorState ACCEPTED

The user agrees with the change.

public static final AuthorState CANCELLED

The change has been cancelled.

public static final AuthorState COMPLETED

The change has been completed.

public static final AuthorState MARKED

The annotation has been marked by the user.

public static final AuthorState NONE

The user has indicated nothing about the change.

public static final AuthorState REJECTED

The user disagrees with the change.

public static final AuthorState UNMARKED

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

Public Methods

public static AuthorState valueOf (String name)

public static final AuthorState[] values ()