Package com.pdfgate

Class EnvelopeRecipientResponse

java.lang.Object
com.pdfgate.EnvelopeRecipientResponse

public final class EnvelopeRecipientResponse extends Object
Recipient metadata returned for a document inside an envelope.
  • Constructor Details

    • EnvelopeRecipientResponse

      public EnvelopeRecipientResponse()
      Creates an empty recipient response for JSON deserialization.
  • Method Details

    • getEmail

      public String getEmail()
      Returns the recipient email address.
      Returns:
      the recipient email address.
    • getStatus

      public DocumentRecipientStatus getStatus()
      Returns the recipient status.
      Returns:
      the recipient status.
    • getSignedAt

      public Optional<Instant> getSignedAt()
      Returns when the recipient signed, if present.
      Returns:
      when the recipient signed, if present.
    • getViewedAt

      public Optional<Instant> getViewedAt()
      Returns when the recipient viewed the document, if present.
      Returns:
      when the recipient viewed the document, if present.
    • getFields

      public List<EnvelopeFieldResponse> getFields()
      Returns the fields assigned to the recipient.
      Returns:
      the fields assigned to the recipient.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object