Package com.pdfgate
Class PDFGateEnvelope
java.lang.Object
com.pdfgate.PDFGateEnvelope
Envelope metadata returned by JSON responses from the PDFGate API.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty envelope instance for JSON deserialization. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns when the envelope was completed, if present.Returns when the envelope was created.Returns the document entries included in the envelope.Returns when the envelope expired, if present.getId()Returns the envelope identifier.Returns metadata attached to the envelope, if present.Returns the envelope status.inthashCode()
-
Constructor Details
-
PDFGateEnvelope
public PDFGateEnvelope()Creates an empty envelope instance for JSON deserialization.
-
-
Method Details
-
getId
Returns the envelope identifier.- Returns:
- the envelope identifier.
-
getStatus
Returns the envelope status.- Returns:
- the envelope status.
-
getDocuments
Returns the document entries included in the envelope.- Returns:
- the document entries included in the envelope.
-
getCreatedAt
Returns when the envelope was created.- Returns:
- when the envelope was created.
-
getCompletedAt
Returns when the envelope was completed, if present.- Returns:
- when the envelope was completed, if present.
-
getExpiredAt
Returns when the envelope expired, if present.- Returns:
- when the envelope expired, if present.
-
getMetadata
Returns metadata attached to the envelope, if present.- Returns:
- metadata attached to the envelope, if present.
-
equals
-
hashCode
public int hashCode()
-