Package com.pdfgate
Class EnvelopeRecipientResponse
java.lang.Object
com.pdfgate.EnvelopeRecipientResponse
Recipient metadata returned for a document inside an envelope.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty recipient response for JSON deserialization. -
Method Summary
-
Constructor Details
-
EnvelopeRecipientResponse
public EnvelopeRecipientResponse()Creates an empty recipient response for JSON deserialization.
-
-
Method Details
-
getEmail
Returns the recipient email address.- Returns:
- the recipient email address.
-
getStatus
Returns the recipient status.- Returns:
- the recipient status.
-
getSignedAt
Returns when the recipient signed, if present.- Returns:
- when the recipient signed, if present.
-
getViewedAt
Returns when the recipient viewed the document, if present.- Returns:
- when the recipient viewed the document, if present.
-
getFields
Returns the fields assigned to the recipient.- Returns:
- the fields assigned to the recipient.
-
equals
-
hashCode
public int hashCode()
-