Package com.pdfgate

Enum Class DocumentRecipientStatus

java.lang.Object
java.lang.Enum<DocumentRecipientStatus>
com.pdfgate.DocumentRecipientStatus
All Implemented Interfaces:
Serializable, Comparable<DocumentRecipientStatus>, Constable

public enum DocumentRecipientStatus extends Enum<DocumentRecipientStatus>
Recipient status values returned by the API.
  • Enum Constant Details

    • PENDING

      @SerializedName("pending") public static final DocumentRecipientStatus PENDING
      The recipient has not yet signed.
    • SIGNED

      @SerializedName("signed") public static final DocumentRecipientStatus SIGNED
      The recipient has signed.
  • Method Details

    • values

      public static DocumentRecipientStatus[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DocumentRecipientStatus valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null