Package com.pdfgate
Class EnvelopeDocument
java.lang.Object
com.pdfgate.EnvelopeDocument
Document parameters for a create envelope request.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EnvelopeDocument.Builderbuilder()Creates a new builder for envelope document parameters.getName()Returns the document name inside the envelope.Returns the recipients for the document.Returns the source document ID.
-
Method Details
-
builder
Creates a new builder for envelope document parameters.- Returns:
- the builder for envelope document parameters.
-
getSourceDocumentId
Returns the source document ID.- Returns:
- the source document ID.
-
getName
Returns the document name inside the envelope.- Returns:
- the document name inside the envelope.
-
getRecipients
Returns the recipients for the document.- Returns:
- the recipients for the document.
-