Package com.pdfgate
Class EnvelopeDocumentResponse
java.lang.Object
com.pdfgate.EnvelopeDocumentResponse
Document metadata returned for an envelope.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty envelope document response for JSON deserialization. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns when the document was completed, if present.Returns the recipient responses for the document.Returns the signed document ID, if present.Returns the source document ID.Returns the document status.inthashCode()
-
Constructor Details
-
EnvelopeDocumentResponse
public EnvelopeDocumentResponse()Creates an empty envelope document response for JSON deserialization.
-
-
Method Details
-
getSourceDocumentId
Returns the source document ID.- Returns:
- the source document ID.
-
getSignedDocumentId
Returns the signed document ID, if present.- Returns:
- the signed document ID, if present.
-
getRecipients
Returns the recipient responses for the document.- Returns:
- the recipient responses for the document.
-
getStatus
Returns the document status.- Returns:
- the document status.
-
getCompletedAt
Returns when the document was completed, if present.- Returns:
- when the document was completed, if present.
-
equals
-
hashCode
public int hashCode()
-