Package com.pdfgate
Class EnvelopeDocument.Builder
java.lang.Object
com.pdfgate.EnvelopeDocument.Builder
- Enclosing class:
EnvelopeDocument
Builder for
EnvelopeDocument.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the envelope document parameters.Sets the display name inside the envelope.recipients(List<EnvelopeRecipient> recipients) Sets the recipients for the document.sourceDocumentId(String sourceDocumentId) Sets the source document ID.
-
Method Details
-
sourceDocumentId
Sets the source document ID.- Parameters:
sourceDocumentId- source document ID.- Returns:
- this builder.
-
name
Sets the display name inside the envelope.- Parameters:
name- display name inside the envelope.- Returns:
- this builder.
-
recipients
Sets the recipients for the document.- Parameters:
recipients- recipients for the document.- Returns:
- this builder.
-
build
Builds the envelope document parameters.- Returns:
- the envelope document parameters.
-